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