diff options
Diffstat (limited to 'dot_config/nvim_new/lsp/just.lua')
| -rw-r--r-- | dot_config/nvim_new/lsp/just.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dot_config/nvim_new/lsp/just.lua b/dot_config/nvim_new/lsp/just.lua new file mode 100644 index 0000000..7242665 --- /dev/null +++ b/dot_config/nvim_new/lsp/just.lua @@ -0,0 +1,10 @@ +---@brief +--- +--- https://github.com/terror/just-lsp +--- +--- `just-lsp` is an LSP for just built on top of the tree-sitter-just parser. +return { + cmd = { 'just-lsp' }, + filetypes = { 'just' }, + root_markers = { '.git' }, +} |
