nvim: plugins: Drop plugins

Drop plugins we never use anymore or got around to using.
This commit is contained in:
Sanchayan Maity 2021-06-19 14:50:25 +05:30
parent 44a39eee24
commit 6406ae8a71

View file

@ -13,7 +13,6 @@ local init = function ()
} }
use 'junegunn/fzf.vim' use 'junegunn/fzf.vim'
use 'wincent/ferret' use 'wincent/ferret'
use 'lambdalisue/reword.vim'
use 'bronson/vim-visual-star-search' use 'bronson/vim-visual-star-search'
-- Remove extraneous whitespace when edit mode is exited -- Remove extraneous whitespace when edit mode is exited
use 'ntpeters/vim-better-whitespace' use 'ntpeters/vim-better-whitespace'
@ -72,7 +71,6 @@ local init = function ()
use 'lambdalisue/suda.vim' use 'lambdalisue/suda.vim'
-- Alignment -- Alignment
use 'junegunn/vim-easy-align' use 'junegunn/vim-easy-align'
use 'Rasukarusan/nvim-block-paste'
use 'nvim-lua/plenary.nvim' use 'nvim-lua/plenary.nvim'
use { use {
'jose-elias-alvarez/nvim-lsp-ts-utils', 'jose-elias-alvarez/nvim-lsp-ts-utils',
@ -91,10 +89,6 @@ local init = function ()
} }
-- Haskell -- Haskell
use 'neovimhaskell/haskell-vim' use 'neovimhaskell/haskell-vim'
use {
'ndmitchell/ghcid',
rtp = 'plugins/nvim'
}
-- For C, Lua and Rust -- For C, Lua and Rust
use { use {
'nvim-treesitter/nvim-treesitter-textobjects', 'nvim-treesitter/nvim-treesitter-textobjects',