diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-05-05 16:44:57 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-05-05 16:44:57 -0700 |
commit | f40bb903bf2d91d77e56e5a368b86d54c804062f (patch) | |
tree | bc1d302559b8066be8b3960a83f921bb9280e3c9 /home/xyz/.config/nvim | |
parent | be69d652429635e09677f9b0e1fcaaeb4567c33f (diff) |
vrc consider studio use headles firefox for douyu afk
Diffstat (limited to 'home/xyz/.config/nvim')
-rw-r--r-- | home/xyz/.config/nvim/init.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim index 4fbfebae..6a2bc6f4 100644 --- a/home/xyz/.config/nvim/init.vim +++ b/home/xyz/.config/nvim/init.vim @@ -8,7 +8,8 @@ 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') +" xyzstudio maybe used for headless firefox douyu afk +if has('nvim') && executable('firefox') && ( hostname() != 'xyzstudio' ) 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 |