diff --git a/lazy-lock.json b/lazy-lock.json index df599f9..55a6ae5 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -23,4 +23,4 @@ "telescope.nvim": { "branch": "0.1.x", "commit": "d90956833d7c27e73c621a61f20b29fdb7122709" }, "undotree": { "branch": "master", "commit": "36ff7abb6b60980338344982ad4cdf03f7961ecd" }, "vim-fugitive": { "branch": "master", "commit": "59659093581aad2afacedc81f009ed6a4bfad275" } -} \ No newline at end of file +} diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index b0f52e2..46b5906 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -1,5 +1,9 @@ return { { import = "plugins/languages" }, + { + "williamboman/mason.nvim", + opts = {}, + }, { "neovim/nvim-lspconfig", dependencies = {