pname = "nimlangserver"; version = "1.2.0"; # lock.json was generated by converting # nimble.lock into requires "<gitUrl>#revSha" in a dummy.nimble # for all packages and then running nim_lk on said dummy package # default nim_lk output fails because it attempts # to use branches...
Nim Language Server, or nimlangserver, is a language server for Nim. Installation VSCode vscode-nim has support for nimlangserver. Follow the instructions at: https://github.com/nim-lang/vscode-nim#using Sublime Text Install LSP-nimlangserver from Package Control. Neovim lsp Neovim has built-...
I'd like to suggest reopening issue#22510by@guzba, as the memory leak problem persists in Nim v2.x when using Mummy as a webserver. I am running a web server using Mummy, compiled with both Nim v1.6.18 and v1.6.20. In these versions, memory usage remains steady over days and we...
Sign in Sign up nim-lang / Nim Public Sponsor Notifications Fork 1.5k Star 16.8k Code Issues 2k Pull requests 87 Actions Projects 2 Wiki Security 1 Insights issue comments bisects Memory Leak in Nim v2.x with Mummy Webserver (Reopen #22510) #4814 Sign in to view logs Sum...
{"languageserver": {"nim": {"command":"nimlangserver","filetypes": ["nim"],"trace.server":"verbose","settings": {"nim": {"nimsuggestPath":"~/.nimble/bin/nimsuggest"} } } } } Ofcourse, change the configuraition to your liking. You might also want to readcoc.nvimdocumentation...
nim-lang / Nim Public Sponsor Notifications Fork 1.5k Star 16.8k Code Issues 2k Pull requests 83 Actions Projects 2 Wiki Security 1 Insights issue comments bisects Memory Leak in Nim v2.x with Mummy Webserver (Reopen #22510) ...