6 lines
205 B
VimL
6 lines
205 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
|
|
let &rtp=&rtp.','.expand('<sfile>:p:h').'/vim'
|