summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2022-11-03 20:18:41 -0700
committerLouie S <louie@example.com>2022-11-03 21:15:14 -0700
commitf3f96306badc6abdaab4a6f0b61b19e4e27dbdb0 (patch)
tree9f28335609b4ded0016c46206b89cd82d9494df3 /lua/user/plugins.lua
parent542922d9c8ddd75d3c594dee9e100593174f997d (diff)
Updated nvim-lsp-installer to mason
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index 4f4eaa1..b13b028 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -29,7 +29,9 @@ return packer.startup(function(use)
-- LSP
use "neovim/nvim-lspconfig" -- enable LSP
- use "williamboman/nvim-lsp-installer" -- simple to use language server installer
+ --use "williamboman/nvim-lsp-installer" -- simple to use language server installer
+ use "williamboman/mason.nvim"
+ use "williamboman/mason-lspconfig.nvim"
-- TreeSitter