2020-05-18 07:57:46 +00:00
|
|
|
" vim: set bufhidden=delete noexpandtab tabstop=3 :miv "
|
2017-10-24 09:46:48 +00:00
|
|
|
"!!! makes use of marker '
|
2017-10-18 16:50:13 +00:00
|
|
|
|
2021-01-05 10:56:58 +00:00
|
|
|
" Set up the runtime path
|
|
|
|
set runtimepath=$VIMRUNTIME,$HOME/.config/nvim
|
2020-05-18 11:18:59 +00:00
|
|
|
let &rtp=&rtp.','.expand('<sfile>:p:h').'/vim'
|