We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d159779 commit a532fe0Copy full SHA for a532fe0
1 file changed
lsp/neocmake.lua
@@ -20,5 +20,5 @@
20
return {
21
cmd = { 'neocmakelsp', 'stdio' },
22
filetypes = { 'cmake' },
23
- root_markers = { '.git', 'build', 'cmake' },
+ root_markers = { '.neocmake.toml', '.git', 'build', 'cmake' },
24
}
0 commit comments