Start customizing for plain text.
This commit is contained in:
parent
8a32329873
commit
45959e320a
2 changed files with 2 additions and 0 deletions
1
text.vim
Normal file
1
text.vim
Normal file
|
@ -0,0 +1 @@
|
||||||
|
set tw=0
|
1
vimrc
1
vimrc
|
@ -8,6 +8,7 @@ source vundle.vim
|
||||||
source java.vim
|
source java.vim
|
||||||
source javascript.vim
|
source javascript.vim
|
||||||
source markdown.vim
|
source markdown.vim
|
||||||
|
source text.vim
|
||||||
exec "cd " . oldwd
|
exec "cd " . oldwd
|
||||||
|
|
||||||
" turn on file type plugins
|
" turn on file type plugins
|
||||||
|
|
Loading…
Reference in a new issue