diff options
author | Cody Hiar <cody@hiar.ca> | 2021-03-18 10:18:13 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2021-03-18 10:18:13 -0600 |
commit | 9bc5182595d51a13d573b9603b4c7155c887b304 (patch) | |
tree | d3b7e5ff0c1cdbae70a3b1ba2009a12f078b4bf6 /init.vim | |
parent | 039562c37f3d97a54f5dcb45a1df723b37119e82 (diff) |
Update to use new vim-options location
Diffstat (limited to 'init.vim')
-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' "----------------------------------------------------------------------------------------------------------------------- |