updated paths.vim path

This commit is contained in:
Chris 2020-05-25 17:45:56 -04:00
parent 3bb390f1eb
commit f4c1e8dc3b
4 changed files with 6 additions and 3 deletions

2
.gitignore vendored
View file

@ -4,7 +4,7 @@ tags*
pythonpath.vim
nodepath.vim
autoload/plugged/*
paths.vim
session
general/paths.vim
wiki/

View file

@ -38,6 +38,7 @@
// python config
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
// "python.linting.pylintPath": "~/.local/bin/pylint",
// snippets
"snippets.ultisnips.directories": ["UltiSnips", "~/.config/nvim/snips"],

View file

@ -1 +0,0 @@

View file

@ -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