add custom plugins
This commit is contained in:
parent
c80a77488b
commit
693e7c3053
10 changed files with 175 additions and 1 deletions
|
|
@ -2,4 +2,20 @@
|
|||
-- I promise not to create any merge conflicts in this directory :)
|
||||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
return {}
|
||||
return {
|
||||
"nvim-treesitter/playground",
|
||||
"nvim-treesitter/nvim-treesitter-context",
|
||||
"theprimeagen/harpoon",
|
||||
"mbbill/undotree",
|
||||
"windwp/nvim-autopairs",
|
||||
"RRethy/vim-illuminate",
|
||||
"ahmedkhalf/project.nvim",
|
||||
"famiu/bufdelete.nvim",
|
||||
|
||||
{
|
||||
"folke/trouble.nvim",
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue