lsp: added mason

This commit is contained in:
kalmenn 2024-01-07 16:27:53 +01:00
parent afeec0eec6
commit e1ec85793b
Signed by: kalmenn
GPG key ID: F500055C44BC3834
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
return {
{ import = "plugins/languages" },
{
"williamboman/mason.nvim",
opts = {},
},
{
"neovim/nvim-lspconfig",
dependencies = {