applied lsp config

This commit is contained in:
Andre Schaf 2025-10-31 15:17:39 +01:00
parent ad2f7805d1
commit ec3135a937
9 changed files with 145 additions and 146 deletions

View file

@ -123,4 +123,3 @@ for _, f in ipairs(files) do
local name = vim.fn.fnamemodify(f, ":t:r")
require("plugin." .. name)
end