mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-25 13:42:23 +00:00
asdf
This commit is contained in:
parent
32c1044d90
commit
22198d82b7
1 changed files with 7 additions and 3 deletions
10
init.vim
10
init.vim
|
@ -4,7 +4,11 @@
|
|||
" \ V /| | | | | | | | | (__
|
||||
" \_/ |_|_| |_| |_|_| \___|
|
||||
|
||||
source ~/.config/nvim/plugins.vim
|
||||
let g:vim_config_root = expand('<sfile>:p:h')
|
||||
let $VIM_ROOT = g:vim_config_root
|
||||
|
||||
|
||||
source $VIM_ROOT/plugins.vim
|
||||
|
||||
|
||||
if &shell =~# 'fish$'
|
||||
|
@ -191,6 +195,6 @@ let g:airline_theme='elkowars_gruvbox'
|
|||
|
||||
" }}}
|
||||
|
||||
source ~/.config/nvim/whichkeyConfig.vim
|
||||
source ~/.config/nvim/lsp.vim
|
||||
source $VIM_ROOT/whichkeyConfig.vim
|
||||
source $VIM_ROOT/lsp.vim
|
||||
" }}}
|
||||
|
|
Loading…
Reference in a new issue