diff options
-rw-r--r-- | init.vim | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ Plug 'chr4/nginx.vim' " nginx goodness Plug 'Glench/Vim-Jinja2-Syntax' " Jinja Syntax " My custom options -Plug 'thornycrackers/vim-options' +Plug 'https://git.codyhiar.com/config/vim-options' call plug#end() @@ -54,6 +54,6 @@ let g:ale_lint_on_enter = 0 let g:deoplete#enable_at_startup = 1 " Manually set python cause NixOS +" Need for figure out how to do this correctly let g:deoplete#sources#jedi#python_path = '/nix/store/v4kkz8a1lf4y21dyq8qwhyr2nvl5n0i3-python3-3.8.5-env/bin/python3' -" let g:python3_host_prog = '/nix/store/v4kkz8a1lf4y21dyq8qwhyr2nvl5n0i3-python3-3.8.5-env/bin/python3' "----------------------------------------------------------------------------------------------------------------------- |