summaryrefslogtreecommitdiff
path: root/home/xyz/.config/nvim
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-06-27 01:30:48 -0700
committerXiao Pan <gky44px1999@gmail.com>2024-06-27 01:30:48 -0700
commit272a7811a572ad475252ef90730304222eb8452f (patch)
tree7ba6d9e4fa08d838d64c77ac1d0bb1494e1eb4a2 /home/xyz/.config/nvim
parenta4afff0c757d7c64aa11a1b7546ceaaae5bd2253 (diff)
no dyafk now, studio no firefox
Diffstat (limited to 'home/xyz/.config/nvim')
-rw-r--r--home/xyz/.config/nvim/init.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim
index fd368ebe..54293df0 100644
--- a/home/xyz/.config/nvim/init.vim
+++ b/home/xyz/.config/nvim/init.vim
@@ -8,8 +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' }
-" xyzstudio maybe used for headless firefox douyu afk
-if has('nvim') && executable('firefox') && ( hostname() != 'xyzstudio' )
+if has('nvim') && executable('firefox')
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