mirror of https://github.com/nirenjan/dotfiles.git
Add vim editing settings for changelog files
Also add new changelog.vim file to the install list.vimbundler
parent
0589da50a1
commit
44b02f6886
1
install
1
install
|
@ -279,6 +279,7 @@ lnfile vim/plugin/match-brackets.vim ~/.vim/plugin/
|
||||||
lnfile vim/ftplugin/make.vim ~/.vim/ftplugin/
|
lnfile vim/ftplugin/make.vim ~/.vim/ftplugin/
|
||||||
lnfile vim/ftplugin/perl.vim ~/.vim/ftplugin/
|
lnfile vim/ftplugin/perl.vim ~/.vim/ftplugin/
|
||||||
lnfile vim/ftplugin/ruby.vim ~/.vim/ftplugin/
|
lnfile vim/ftplugin/ruby.vim ~/.vim/ftplugin/
|
||||||
|
lnfile vim/ftplugin/changelog.vim ~/.vim/ftplugin/
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
# Install/update Vim bundles
|
# Install/update Vim bundles
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
" File: changelog.vim
|
||||||
|
" Author: Nirenjan Krishnan
|
||||||
|
" Description: ChangeLog editing settings
|
||||||
|
" Last Modified: July 3, 2013
|
||||||
|
|
||||||
|
setlocal tabstop=8
|
||||||
|
setlocal softtabstop=8
|
||||||
|
setlocal shiftwidth=8
|
||||||
|
setlocal noexpandtab
|
||||||
|
|
Loading…
Reference in New Issue