summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorchristianchiarulli <chrisatmachine@gmail.com>2021-12-20 23:27:38 -0500
committerchristianchiarulli <chrisatmachine@gmail.com>2021-12-20 23:27:38 -0500
commit0981b2838275468ad1863aba908379af63209e7a (patch)
tree756a59aedf24fdb0766eeb0a795f4e985281ae91 /lua/user/plugins.lua
parent0116a44ec810e9fdd05b2a6a838a550e98eda8b3 (diff)
lsp updates
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index 45141e2..17dd7b5 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -56,6 +56,7 @@ return packer.startup(function(use)
use "hrsh7th/cmp-cmdline" -- cmdline completions
use "saadparwaiz1/cmp_luasnip" -- snippet completions
use "hrsh7th/cmp-nvim-lsp"
+ use "hrsh7th/cmp-nvim-lua"
-- snippets
use "L3MON4D3/LuaSnip" --snippet engine
@@ -64,7 +65,6 @@ return packer.startup(function(use)
-- LSP
use "neovim/nvim-lspconfig" -- enable LSP
use "williamboman/nvim-lsp-installer" -- simple to use language server installer
- use "tamago324/nlsp-settings.nvim" -- language server settings defined in json for
-- Automatically set up your configuration after cloning packer.nvim
-- Put this at the end after all plugins