Skip to content

Commit a532fe0

Browse files
authored
feat(neocmake): add config file as root_marker #4311
1 parent d159779 commit a532fe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lsp/neocmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
return {
2121
cmd = { 'neocmakelsp', 'stdio' },
2222
filetypes = { 'cmake' },
23-
root_markers = { '.git', 'build', 'cmake' },
23+
root_markers = { '.neocmake.toml', '.git', 'build', 'cmake' },
2424
}

0 commit comments

Comments
 (0)