aboutsummaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua2
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"