this post was submitted on 07 Oct 2025
1013 points (95.8% liked)

Programmer Humor

27237 readers
871 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] Ephera@lemmy.ml 2 points 1 month ago (6 children)

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. ¯\_(ツ)_/¯

[–] marlowe221@lemmy.world 3 points 1 month ago (2 children)

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

[–] Ephera@lemmy.ml 2 points 1 month ago (1 children)

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.

load more comments (3 replies)