lite-xl / lite-xl-lsp

LSP Plugin for Lite XL editor
MIT License
160 stars 21 forks source link

Lsp processes dont shutdown after closing lite-xl #137

Open ArdisanZX opened 1 month ago

ArdisanZX commented 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}"