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
1 changed files with 0 additions and 6 deletions

View File

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