Updated fish and nvim configs

This commit is contained in:
Marc Sastre Rienitz
2020-05-18 09:50:15 +00:00
parent a5cfcdb2f3
commit 5d16874234
2 changed files with 2 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ end
#########################
# THEME #
#########################
set -g fish_term24bit 1
set -g theme_color_scheme zenburn
#########################

View File

@@ -252,7 +252,7 @@ nnoremap <C-l> <C-w>l
let g:deoplete#enable_at_startup = 1
let g:python_host_prog = '/usr/bin/python'
let g:python3_host_prog = '/usr/bin/python3'
let g:deoplete#auto_complete_delay = 0
call deoplete#custom#option('auto_complete_delay', 0)