mirror of
https://github.com/tiyn/wiki.git
synced 2025-11-24 04:19:45 +01:00
577 B
577 B
Nim
Nim is a statically typed compiled systems programming
Autocompletion
Coc
To enable autocompletion for coc you need to install nimlsp
(nimble install nimlsp).
After that you need to add the following lines to your coc config file.
{
"languageserver": {
"nim": {
"command": "nimlsp",
"filetypes": ["nim"],
"trace.server": "verbose"
}
}
}
Highlighting
To enable highlighting you can install a vim plugin by zah.