Kerboscript syntax for Vim. Maintained (so far).
Depends on your plugin manager. For vim-plug users:
Plug 'Freedzone/kerbovim'
Highlights:
Indent:
autoindent
cindent
and smartindent
work. Dot delimiter results in very poor experienceIf you wish to enhance your experience with features like autocomplete, hover symbol highlight, signature help, refactoring, etc., I highly suggest to try out kos-language-server.
To pair up KLS with Vim I used an intellisense engine - coc.nvim. The configuration is rather simple. KLS should be available in PATH on your system. In your coc-settings.json
put:
{ "suggest": { "autoTrigger": "always", "enablePreview": true, "minTriggerInputLength": 2 }, "languageserver": { "kls": { "command": "kls", "args": ["--stdio"], "shell": true, "filetypes": ["kerboscript"], "initializationOptions": {}, "settings": {} } } }
If you want to display diagnostic info through ALE, add this option:
"diagnostic": { "displayByAle": true },
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4