moved color column to filetype specific script
parent
2c525aeaf7
commit
dcffa1e9b4
|
@ -0,0 +1,3 @@
|
|||
" max line length column
|
||||
set colorcolumn=100
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
ln -svrf vimrc ~/.vimrc
|
||||
ln -svrf ftplugin ~/.vim/ftplugin
|
||||
|
||||
|
|
Loading…
Reference in New Issue