Skip to content

Commit

Permalink
del: unnecessary plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mthnglac committed Jul 5, 2022
1 parent a8d3763 commit b6360cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nvim/lua/install-plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,12 @@ plug(tostring(os.getenv("HOME")) .. '/.vim/plugged', {
'nvim-treesitter/playground',
-- lua utils
'nvim-lua/plenary.nvim',
'nvim-lua/popup.nvim',
-- telescope & extensions
'nvim-telescope/telescope.nvim',
{'nvim-telescope/telescope-fzf-native.nvim', ['do'] = 'make'},
'nvim-telescope/telescope-symbols.nvim',
'nvim-telescope/telescope-github.nvim',
'LinArcX/telescope-env.nvim',
-- sql using plugin
'tami5/sql.nvim',
-- Git plugin for vim. Bestest of bests!!!
'tpope/vim-fugitive',
-- git pr preview
Expand Down

0 comments on commit b6360cf

Please sign in to comment.