summaryrefslogtreecommitdiff
path: root/.config/nvim
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-11-27 22:53:58 -0800
committerxyz <gky44px1999@gmail.com>2021-11-27 22:53:58 -0800
commit694b82bb5499fbe79457a6e052d9c5cf1d4857cf (patch)
tree30f7f3e59d3e92300fb206aa47ca514e268279c4 /.config/nvim
parent5aaa0cb62398c3a9799e716a446efabac111950b (diff)
init.vim; clean vim-plug, uninstall fzf.vim
Diffstat (limited to '.config/nvim')
-rw-r--r--.config/nvim/init.vim10
1 files changed, 4 insertions, 6 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
index 8ab67395..5807ab88 100644
--- a/.config/nvim/init.vim
+++ b/.config/nvim/init.vim
@@ -3,17 +3,15 @@ let fenc_bef = 0
" https://github.com/junegunn/vim-plug
call plug#begin()
-"Plug 'preservim/nerdtree'
-Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
" https://github.com/junegunn/fzf.vim#commands
-Plug 'junegunn/fzf.vim'
-"Plug 'vim-airline/vim-airline'
+" seems only need junegunn/fzf.vim, no need junegunn/fzf if already installed fzf with pacman
+"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) } }
" chriskempson/base16-vim doesn't do bold/italic for markdown syntax, and not maintained
-" below two base16 plugins seem both work, both support tree-sitter
+" fnune/base16-vim and RRethy/nvim-base16 seem both work, both support tree-sitter
Plug 'fnune/base16-vim'
-"Plug 'RRethy/nvim-base16'
" nvim-treesitter does not support markdown right now, so wait
"Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} " We recommend updating the parsers on update
" use latest vim-markdown