remove unused plugins
This commit is contained in:
parent
f11f3892fe
commit
edb2f03d22
@ -12,7 +12,6 @@
|
||||
; ui
|
||||
(use :kyazdani42/nvim-web-devicons)
|
||||
(use :nvim-lualine/lualine.nvim)
|
||||
(use :junegunn/goyo.vim)
|
||||
(use :lukas-reineke/indent-blankline.nvim)
|
||||
(use :ntpeters/vim-better-whitespace)
|
||||
(use :valloric/matchtagalways)
|
||||
@ -22,13 +21,11 @@
|
||||
(use :jeetsukumaran/vim-buffergator)
|
||||
(use :tpope/vim-fugitive)
|
||||
(use :blackCauldron7/surround.nvim)
|
||||
(use :chaoren/vim-wordmotion)
|
||||
(use :b3nj5m1n/kommentary)
|
||||
(use :nelstrom/vim-visual-star-search)
|
||||
|
||||
(use {1 :nvim-treesitter/nvim-treesitter :run ":TSUpdate"})
|
||||
(use :nvim-treesitter/nvim-treesitter-textobjects)
|
||||
(use :hrsh7th/nvim-compe)
|
||||
(use :neovim/nvim-lspconfig)
|
||||
|
||||
; others
|
||||
|
Loading…
Reference in New Issue
Block a user