dotfiles/nvim/.config/nvim/lua/plugins.lua

31 lines
1.1 KiB
Lua

-- Add the in built Cfilter plugin. Replaces QFGrep.
vim.cmd 'packadd cfilter'
require "paq" {
'echasnovski/mini.nvim' ,
'ibhagwan/fzf-lua' ,
'dcampos/nvim-snippy' ,
'honza/vim-snippets' ,
'lewis6991/gitsigns.nvim' ,
'tpope/vim-fugitive' ,
'SanchayanMaity/gitlinker.nvim' ,
'yorickpeterse/nvim-pqf' ,
'wellle/targets.vim' ,
'chrisgrieser/nvim-various-textobjs',
'tpope/vim-repeat' ,
'tpope/vim-sleuth' ,
'tpope/vim-dispatch' ,
'junegunn/vim-easy-align' ,
'nvim-lua/plenary.nvim' ,
'kosayoda/nvim-lightbulb' ,
'mfussenegger/nvim-lint' ,
'nvim-treesitter/nvim-treesitter' ,
'mfussenegger/nvim-treehopper' ,
'chentoast/marks.nvim' ,
'andymass/vim-matchup' ,
'christoomey/vim-tmux-navigator' ,
'windwp/nvim-autopairs' ,
'gpanders/nvim-parinfer' ,
'cbochs/portal.nvim'
}