From 0116a44ec810e9fdd05b2a6a838a550e98eda8b3 Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Tue, 14 Dec 2021 17:48:34 -0500 Subject: add LSP --- lua/user/plugins.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lua/user/plugins.lua') diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 4fcc929..45141e2 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -55,11 +55,17 @@ return packer.startup(function(use) use "hrsh7th/cmp-path" -- path completions use "hrsh7th/cmp-cmdline" -- cmdline completions use "saadparwaiz1/cmp_luasnip" -- snippet completions + use "hrsh7th/cmp-nvim-lsp" -- snippets use "L3MON4D3/LuaSnip" --snippet engine use "rafamadriz/friendly-snippets" -- a bunch of snippets to 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 if PACKER_BOOTSTRAP then -- cgit v1.2.3