halfbrained / cuda_lsp

LSP Client plugin for CudaText
6 stars 4 forks source link

For Nim? #99

Closed Alexey-T closed 3 years ago

Alexey-T commented 3 years ago

linux.org.ru, юзер пишет

LSP Client Запилите пожалуйста ЛСП для Nim lang из коробки, чтобы попасть в этот список https://github.com/nim-lang/Nim/wiki/Editor-Support а там смотришь и пользователей прибавится. И благодарность от анонимусов будет. anonymous (07.07.21 11:24:57)

halfbrained commented 3 years ago

Работает без проблем

конфиг:

{
    "name": "nim-lsp",
    "lexers": {
        "Nim": "nim"
    },
    "cmd_unix": [
      "/home/men/.nimble/bin/nimlsp"
    ]
}
Alexey-T commented 3 years ago

will write that to the WIki. tks.