mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 09:09:21 +01:00
7 lines
127 B
VimL
7 lines
127 B
VimL
|
" This is neovim config file
|
||
|
|
||
|
set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
||
|
let &packpath = &runtimepath
|
||
|
source ~/.vimrc
|
||
|
|