From f3f96306badc6abdaab4a6f0b61b19e4e27dbdb0 Mon Sep 17 00:00:00 2001 From: Louie S Date: Thu, 3 Nov 2022 20:18:41 -0700 Subject: Updated nvim-lsp-installer to mason --- lua/user/plugins.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lua/user/plugins.lua') 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 -- cgit