summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/xyz/.config/nvim/init.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim
index 18f5dadc..637a1541 100644
--- a/home/xyz/.config/nvim/init.vim
+++ b/home/xyz/.config/nvim/init.vim
@@ -8,7 +8,7 @@ call plug#begin()
"Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
"Plug 'junegunn/fzf.vim'
"Plug 'vim-perl/vim-perl', { 'for': 'perl', 'do': 'make clean carp dancer highlight-all-pragmas moose test-more try-tiny' }
-if has('nvim') && executable('firefox')
+if has('nvim') && executable('firefox') && ( hostname() != 'xyzpp' )
Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } }
endif
" tinted-theming/base16-vim has low contrast on fold title make it unreadable, but I customized it easily