From abeb85243c67136f8bb414c38ecfc119ebbd2a18 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 17 Jan 2022 23:18:28 +0100 Subject: Add comments for specific plugin groups --- lua/plugins.lua | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 25803db..3de5d73 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -1,28 +1,36 @@ -- List of plugins return { + -- Base { "wbthomason/packer.nvim" }, -- Have packer manage itself { "nvim-lua/popup.nvim" }, -- An implementation of the Popup API from vim in Neovim { "nvim-lua/plenary.nvim" }, -- Useful lua functions used ny lots of plugins + + -- Colorschemes { "aktersnurra/no-clown-fiesta.nvim" }, + -- LSP { "hrsh7th/nvim-cmp" }, -- The completion plugin { "hrsh7th/cmp-buffer" }, -- buffer completions { "hrsh7th/cmp-path" }, -- path completions { "hrsh7th/cmp-cmdline" }, -- cmdline completions { "saadparwaiz1/cmp_luasnip" }, -- snippet completions { "hrsh7th/cmp-nvim-lsp" }, - - { "L3MON4D3/LuaSnip" }, - { "rafamadriz/friendly-snippets" }, - { "neovim/nvim-lspconfig" }, { "williamboman/nvim-lsp-installer" }, { "tamago324/nlsp-settings.nvim" }, { "jose-elias-alvarez/null-ls.nvim" }, + -- Snippets + { "L3MON4D3/LuaSnip" }, + { "rafamadriz/friendly-snippets" }, + + -- Telescope { "nvim-telescope/telescope.nvim", requires = { { "nvim-lua/plenary.nvim" } } }, { "nvim-telescope/telescope-fzf-native.nvim", run = "make" }, + { "nvim-telescope/telescope-file-browser.nvim" }, + + -- Miscellaneous plugins { "nvim-treesitter/nvim-treesitter", run = ":TSUpdate", -- cgit v1.2.3-70-g09d2