diff options
Diffstat (limited to 'nvim')
-rw-r--r-- | nvim/.config/nvim/init.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim index 3b390a3..a9523f9 100644 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim | |||
@@ -37,6 +37,7 @@ set copyindent " copy indent from the previous line | |||
37 | 37 | ||
38 | " deoplete | 38 | " deoplete |
39 | let g:deoplete#enable_at_startup = 1 | 39 | let g:deoplete#enable_at_startup = 1 |
40 | let g:python3_host_prog= "/usr/local/bin/python3.7" | ||
40 | 41 | ||
41 | " git gutter settings | 42 | " git gutter settings |
42 | let g:gitgutter_override_sign_column_highlight = 0 | 43 | let g:gitgutter_override_sign_column_highlight = 0 |