diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 20:57:17 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 20:57:17 +0100 |
commit | 19ad6f8214bcc4c7fe758c3df8dc38e5a48848c6 (patch) | |
tree | 3125112b04060cec2db35203c245c12fe64d4b77 /lua/plugins.lua | |
parent | ddf461e5b78dc3abefb17cf6d55942c14236297d (diff) |
Add cmp-nvim-lsp
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 3 |
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" }, |