feat: add lsp configuration

This commit is contained in:
Ian
2026-07-12 23:58:37 +02:00
parent 559319f6af
commit 85a216b44e
6 changed files with 88 additions and 40 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
function run()
function Run()
local dep = require("check_dependencies")
dep.setup({
@@ -20,4 +20,4 @@ function run()
dep.run()
end
vim.api.nvim_create_user_command("DependenciesCheck", run, {})
vim.api.nvim_create_user_command("DependenciesCheck", Run, {})