1018
you are viewing a single comment's thread
view the rest of the comments
[-] Ephera@lemmy.ml 2 points 5 days ago

Is the LSP support a plugin in Neo-/Vim ?

In Kate, you just install the LSP server, which is typically as simple as apt install marksman and then Kate will automatically start it when it encounters an appropriate file.

Kate also has a Vi Mode, if that's what you're looking for. ¯\_(ツ)_/¯

[-] AeonFelis@lemmy.world 3 points 5 days ago

The LSP support itself is builtin in Neovim (not in Vim though, AFAIK), but each language server needs to be configured and activated. There is a plugin with all(ish) configurations - https://github.com/neovim/nvim-lspconfig - and activation is done with a vim.lsp.enable("server-name") command, which you just put in your config and the Neovim will start the LSP when you open a relevant file.

[-] marlowe221@lemmy.world 2 points 5 days ago

Where might I find a list of languages/LSPs that Kate supports and will load automatically like that?

[-] Ephera@lemmy.ml 2 points 5 days ago

Here is the default configuration: https://invent.kde.org/utilities/kate/-/blob/master/addons/lspclient/settings.json

If you do need more LSP servers or a different one for a language, you can specify your own custom configuration in the same format.

this post was submitted on 07 Oct 2025
1018 points (95.9% liked)

Programmer Humor

26827 readers
1544 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS