Skip to content

Commit

Permalink
DELETE: unused plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mthnglac committed May 30, 2021
1 parent 29ac3ee commit 2b840e6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nvim/lua/install-plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ plug(tostring(os.getenv("HOME")) .. '/.vim/plugged', {
'nvim-telescope/telescope-fzy-native.nvim',
'nvim-telescope/telescope-symbols.nvim',
'kyazdani42/nvim-web-devicons',
-- dispatcher
'tpope/vim-dispatch',
-- Git - blamer
--'ttys3/nvim-blamer.lua',
'f-person/git-blame.nvim',
Expand All @@ -50,8 +48,6 @@ plug(tostring(os.getenv("HOME")) .. '/.vim/plugged', {
'tweekmonster/startuptime.vim',
-- CoC
{'neoclide/coc.nvim', ['branch'] = 'release'},
-- A Vim plugin that runs 'gofmt' when you save
'tweekmonster/gofmt.vim',
-- displaying vertical lines
'Yggdroot/indentLine',
-- surroundings": parentheses, brackets, quotes vs.
Expand All @@ -69,8 +65,6 @@ plug(tostring(os.getenv("HOME")) .. '/.vim/plugged', {
'preservim/nerdcommenter',
-- Insert or delete brackets, parens, quotes in pair.
'jiangmiao/auto-pairs',
-- for viewing man pages in vim.
'vim-utils/vim-man',
-- crab looking tool. looking for what you do shortly before
'mbbill/undotree',
-- A collection of language packs.
Expand Down

0 comments on commit 2b840e6

Please sign in to comment.