From 9bc5182595d51a13d573b9603b4c7155c887b304 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 18 Mar 2021 10:18:13 -0600 Subject: Update to use new vim-options location --- init.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.vim') diff --git a/init.vim b/init.vim index 125a1ac..a3a83f5 100644 --- a/init.vim +++ b/init.vim @@ -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' "----------------------------------------------------------------------------------------------------------------------- -- cgit v1.2.3