Some small changes

This commit is contained in:
maciejrusek
2026-03-02 23:30:35 +01:00
parent fc57c9d344
commit e98b1b4f8e
4 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
return {
"neovim/nvim-lspconfig",
config = function()
vim.lsp.enable('lua_ls')
end,
}