Merge branch 'master' of github.com:Lahgarn/dotfiles

This commit is contained in:
Marc Sastre Rienitz
2020-09-10 21:20:51 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ end
######################### #########################
# THEME # # THEME #
######################### #########################
set -g fish_term24bit 1
set -g theme_color_scheme zenburn 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:deoplete#enable_at_startup = 1
let g:python_host_prog = '/usr/bin/python' let g:python_host_prog = '/usr/bin/python'
let g:python3_host_prog = '/usr/bin/python3' let g:python3_host_prog = '/usr/bin/python3'
let g:deoplete#auto_complete_delay = 0 call deoplete#custom#option('auto_complete_delay', 0)