rootPattern to vimconfig

This commit is contained in:
Sebastian Moser
2024-07-31 22:39:04 +02:00
parent c1060383b3
commit ccdc204b83

View File

@@ -28,6 +28,7 @@
"slint" = { "slint" = {
"filetypes" = [ "slint" ]; "filetypes" = [ "slint" ];
"command" = "slint-lsp"; "command" = "slint-lsp";
"rootPatterns" = [ ".slint" ];
}; };
"vhdl" = { "vhdl" = {
"command" = "/home/sebastian/work/config/nvim/language-servers/vhdl/vhdl-tool"; "command" = "/home/sebastian/work/config/nvim/language-servers/vhdl/vhdl-tool";