Mikina@programming.dev to Programmer Humor@programming.dev · 6 days agoNew Jetbrains Update Droppedprogramming.devimagemessage-square132linkfedilinkarrow-up11.03Karrow-down137
arrow-up1990arrow-down1imageNew Jetbrains Update Droppedprogramming.devMikina@programming.dev to Programmer Humor@programming.dev · 6 days agomessage-square132linkfedilink
minus-squaremarlowe221@lemmy.worldlinkfedilinkEnglisharrow-up3·6 days agoWhere might I find a list of languages/LSPs that Kate supports and will load automatically like that?
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up2·5 days 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.
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.
Thanks!