Merge branch 'master' of github.com:mandlm/dotfiles
commit
33d5b738c4
|
@ -0,0 +1,3 @@
|
||||||
|
" max line length column
|
||||||
|
set colorcolumn=100
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
ln -svrf vimrc ~/.vimrc
|
ln -svrf vimrc ~/.vimrc
|
||||||
|
ln -svrf ftplugin ~/.vim/ftplugin
|
||||||
|
|
||||||
|
|
|
@ -33,15 +33,15 @@ call plug#end()
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
|
|
||||||
|
" autowrite
|
||||||
|
set autowrite
|
||||||
|
|
||||||
" dark theme
|
" dark theme
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
" line numbers
|
" line numbers
|
||||||
set number
|
set number
|
||||||
|
|
||||||
" max line length column
|
|
||||||
set colorcolumn=100
|
|
||||||
|
|
||||||
" always enable status line
|
" always enable status line
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue