mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
6 lines
110 B
Lua
6 lines
110 B
Lua
vim.lsp.start {
|
|
name = "config-lsp",
|
|
cmd = { "./bin/config-lsp" },
|
|
root_dir = vim.fn.getcwd(),
|
|
};
|