kemzops / lite-xl-lsp-servers

Public repo of easily usable lsp servers, that interface with the lite-xl plugin system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lite-XL LSP Servers

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.

Quickstart

lpm add https://github.com/adamharrison/lite-xl-lsp-servers.git && lpm install <LSP Plugin>

Languages Supported

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
lsp_quicklintjs Javascript quick-lint-js Linux, Mac, Windows

About

Public repo of easily usable lsp servers, that interface with the lite-xl plugin system.


Languages

Language:Lua 100.0%