summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorchristianchiarulli <chrisatmachine@gmail.com>2021-12-14 17:48:34 -0500
committerchristianchiarulli <chrisatmachine@gmail.com>2021-12-14 17:48:34 -0500
commit0116a44ec810e9fdd05b2a6a838a550e98eda8b3 (patch)
tree0477c551f76cb019c5a095c9bc81c28d65fb0d0b /lua/user/plugins.lua
parent34d51603f03f4554a71d6c8bb550617ba503505c (diff)
add LSP
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua6
1 files changed, 6 insertions, 0 deletions
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