We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e71e3 commit 30e9a0eCopy full SHA for 30e9a0e
lua/lspconfig/server_configurations/slint_lsp.lua
@@ -1,7 +1,10 @@
1
+local util = require 'lspconfig.util'
2
+
3
return {
4
default_config = {
5
cmd = { 'slint-lsp' },
6
filetypes = { 'slint' },
7
+ root_dir = util.find_git_ancestor,
8
single_file_support = true,
9
},
10
docs = {
0 commit comments