Skip to content

Commit

Permalink
修改: vimrcs/plugins_config.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
yerhy committed Sep 4, 2020
1 parent 4615a40 commit 1c4c1df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vimrcs/plugins_config.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
" - Avoid using standard Vim directory names like 'plugin'
call plug#begin('~/.config/nvim/nvim_runtime/plugged')
Plug 'mhinz/vim-startify'
Plug 'xolox/vim-misc'
Plug 'preservim/nerdtree'
Plug 'terryma/vim-multiple-cursors'
Plug 'tpope/vim-surround'
Expand All @@ -18,6 +19,8 @@ Plug 'amix/open_file_under_cursor.vim'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'voldikss/vim-floaterm'
Plug 'NLKNguyen/papercolor-theme'
Plug 'xolox/vim-notes'
Plug 'vim-scripts/fcitx.vim'
call plug#end()


Expand Down Expand Up @@ -196,3 +199,4 @@ let g:PaperColor_Theme_Options = {
\ }
\ }
\ }

0 comments on commit 1c4c1df

Please sign in to comment.