Adding lsp

This commit is contained in:
2025-06-08 12:56:55 +02:00
parent 965450fc11
commit bd65590251
13 changed files with 97 additions and 88 deletions

View File

@@ -0,0 +1,7 @@
return {
"neovim/nvim-lspconfig",
config = function()
require("lspconfig").lua_ls.setup({})
require("lspconfig").marksman.setup({})
end,
}