Remove pointless vim config comment in vimrc
This commit is contained in:
parent
b6f22a465b
commit
c703fb7579
1 changed files with 0 additions and 3 deletions
3
vimrc
3
vimrc
|
@ -1,6 +1,3 @@
|
||||||
" vim: set bufhidden=delete noexpandtab tabstop=3 :miv "
|
|
||||||
"!!! makes use of marker '
|
|
||||||
|
|
||||||
" Set up the runtime path
|
" Set up the runtime path
|
||||||
set runtimepath=$VIMRUNTIME,$HOME/.config/nvim,$HOME/.vim
|
set runtimepath=$VIMRUNTIME,$HOME/.config/nvim,$HOME/.vim
|
||||||
let &rtp=&rtp.','.expand('<sfile>:p:h').'/vim'
|
let &rtp=&rtp.','.expand('<sfile>:p:h').'/vim'
|
||||||
|
|
Loading…
Reference in a new issue