6 lines
216 B
VimL
6 lines
216 B
VimL
" vim: set bufhidden=delete noexpandtab tabstop=3 :miv "
|
|
"!!! makes use of marker '
|
|
|
|
" Set up the runtime path
|
|
set runtimepath=$VIMRUNTIME,$HOME/.config/nvim,$HOME/.vim
|
|
let &rtp=&rtp.','.expand('<sfile>:p:h').'/vim'
|