From 2a5f8920d10c4a85586ae6d697f233ce52144a10 Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Fri, 24 Feb 2023 01:35:43 +0100 Subject: nvim-lsp-installer replaced with mason.nvim --- lua/user/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/user/plugins.lua') diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 44eac6b..227de7f 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -44,7 +44,7 @@ return packer.startup(function(use) -- LSP use "neovim/nvim-lspconfig" - use "williamboman/nvim-lsp-installer" + use "williamboman/mason.nvim" -- Colorsheme use "morhetz/gruvbox" -- cgit v1.2.3