aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/neocmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/neocmake.lua')
-rw-r--r--lsp/neocmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/neocmake.lua b/lsp/neocmake.lua
index cd08efb8..34f8dac2 100644
--- a/lsp/neocmake.lua
+++ b/lsp/neocmake.lua
@@ -18,7 +18,7 @@
---@type vim.lsp.Config
return {
- cmd = { 'neocmakelsp', '--stdio' },
+ cmd = { 'neocmakelsp', 'stdio' },
filetypes = { 'cmake' },
root_markers = { '.git', 'build', 'cmake' },
}