Mikina@programming.dev to Programmer Humor@programming.dev · 21 hours agoNew Jetbrains Update Droppedprogramming.devimagemessage-square97fedilinkarrow-up1859arrow-down138
arrow-up1821arrow-down1imageNew Jetbrains Update Droppedprogramming.devMikina@programming.dev to Programmer Humor@programming.dev · 21 hours agomessage-square97fedilink
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up1·5 hours agoIs 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. ¯\_(ツ)_/¯
minus-squaremarlowe221@lemmy.worldlinkfedilinkEnglisharrow-up1·5 hours agoWhere might I find a list of languages/LSPs that Kate supports and will load automatically like that?
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up1·4 hours agoHere 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.
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. ¯\_(ツ)_/¯
Where might I find a list of languages/LSPs that Kate supports and will load automatically like that?
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.