|
@@ -11,7 +11,6 @@ source $HOME/.config/nvim/general/settings.vim
|
|
|
source $HOME/.config/nvim/general/functions.vim
|
|
|
source $HOME/.config/nvim/keys/mappings.vim
|
|
|
source $HOME/.config/nvim/keys/which-key.vim
|
|
|
-source $HOME/.config/nvim/general/paths.vim
|
|
|
|
|
|
" Source depending on if VSCode is our client
|
|
|
if exists('g:vscode')
|
|
@@ -44,6 +43,10 @@ endif
|
|
|
|
|
|
" Experimental
|
|
|
|
|
|
+if !empty(glob("./paths.vim"))
|
|
|
+ source $HOME/.config/nvim/paths.vim
|
|
|
+endif
|
|
|
+
|
|
|
" Codi
|
|
|
let g:codi#rightalign=0
|
|
|
|