summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 2b0c3ac..e903c24 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -5,11 +5,14 @@ return {
{ "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
{ "aktersnurra/no-clown-fiesta.nvim" },
+
{ "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" },