|
|
|
|
|
by notheguyouthink
3478 days ago
|
|
What is your 1st example exactly? I mean, if Kak doesn't come with a scripting language, then what language is that exactly? This is an important note to me, because i imagine i'll have to implement my own tools for common language tasks like Gofmt and Goimport. Honestly, it would be cool if i could write plugins in any language i want, ie if it fully uses a backend editor server API. |
|
As I said, all the heavy lifting is done in scopes like %sh{ ... }. This way you can actually use any language you want, and it's only the piping you have to do through kakoune commands.
Most common languages (like go) already have plugins to do some basic tasks like formatting.
If you're interested in the editor, I would rather recommend reading the readme of the project[1]. There is a lot to read, and you can start making plugins once you understand it.
[1] https://github.com/mawww/kakoune