chore: Move nvim-lsp-debug.lua into server folder

This commit is contained in:
Myzel394 2024-10-03 23:15:46 +02:00
parent 1c5de6c3e1
commit d8b9bbb8e2
No known key found for this signature in database
GPG Key ID: DEC4AAB876F73185

View File

@ -0,0 +1,5 @@
vim.lsp.start {
name = "config-lsp",
cmd = { "./result/bin/config-lsp" },
root_dir = vim.fn.getcwd(),
};