A simple repo that contains plugins which automatically set up LSP servers with lpm
or another
lite-xl package manager.
LSP servers can still be setup manually; this just serves to make it really easy to install, use and depend on particular LSP servers functioning.
lpm add https://github.com/adamharrison/lite-xl-lsp-servers.git && lpm install lsp_c lsp_lua lsp_rust
The following languages are supported, bundled with their particular language server.
Plugin | Language(s) | Server | Platforms |
---|---|---|---|
lsp_lua | lua | sumneko_lua | Linux, Mac, Windows |
lsp_c | C, C++, Objective-C | clangd | Linux, Mac, Windows |
lsp_rust | Rust | rust-analyzer | Linux, Mac, Windows |
lsp_zig | Zig | zls | Linux, Mac, Windows |