diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/xyz/.config/nvim/init.vim | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim index 8c1f06f3..2d1f3a98 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' } -Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } } +"Plug 'glacambre/firenvim', { 'do': { _ -> firenvim#install(0) } }  " chriskempson/base16-vim doesn't do bold/italic for markdown syntax, and not maintained  " tinted-theming/base16-vim and RRethy/nvim-base16 seem both work, both support tree-sitter  " I prefer tinted-theming/base16-vim in the past because of darker status bar color? @@ -18,7 +18,7 @@ Plug 'tinted-theming/base16-vim'  " use latest vim-markdown  Plug 'tpope/vim-markdown'  " alternatives: h-hg/fcitx.nvim, rlue/vim-barbaric, lilydjwg/fcitx.vim -Plug 'rlue/vim-barbaric' +"Plug 'rlue/vim-barbaric'  " alternatives: 'thinca/vim-ref' with 'eiiches/vim-ref-info', 'HiPhish/info.vim', 'alx741/vinfo'  Plug 'https://gitlab.com/HiPhish/info.vim.git'  call plug#end()  | 
