Remove pointless vim config comment in vimrc

This commit is contained in:
Talia 2024-06-20 14:37:20 +02:00
parent b6f22a465b
commit c703fb7579
Signed by: darkwiiplayer
GPG Key ID: 7808674088232B3E
1 changed files with 0 additions and 3 deletions

3
vimrc
View File

@ -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'