diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-02-24 01:35:43 +0100 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-02-24 01:35:43 +0100 |
| commit | 2a5f8920d10c4a85586ae6d697f233ce52144a10 (patch) | |
| tree | 2bb4342359ae57d3b9cdff6cd35740d2b6f5882b /lua/user/plugins.lua | |
| parent | 506fa11fc88dbacf80d1ba93d88e65244966050c (diff) | |
nvim-lsp-installer replaced with mason.nvim
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
