Open ArdisanZX opened 1 month ago
In my init.lua I just added this:
local lspconfig = require "plugins.lsp.config" lspconfig.odinls.setup()
The plugins lsp_lua, lsp_zig, etc, work fine, but not for manually added lsps.
This is what helped fix the issue by the help from Guldoman: "inside setup "init.lua", could you add {windows_skip_cmd = true}"
In my init.lua I just added this:
The plugins lsp_lua, lsp_zig, etc, work fine, but not for manually added lsps.
This is what helped fix the issue by the help from Guldoman: "inside setup "init.lua", could you add {windows_skip_cmd = true}"