I usually don't have issues but currently nimsuggest is crashing on me on the
project I'm working on... My nvim config looks like:
Plug 'neovim/nvim-lspconfig'
Plug 'alaviss/nim.nvim', { 'for': 'nim' } " for coloring at least
...
lua <
Thanks. I also use `alaviss/nim.nvim` and `nim_languageserver` | `nimlsp`
(tested both). I found out that `alaviss/nim.nvim` becomes irresponsive when
using these lsp server plugins and upon further investigation I got to know
that `alaviss/nim.nvim` also calls `nimsuggest` (or I think it calls
Any one with a neo vim config that supports code highlighting and nim lsp with
no conflict between the two should please share dot files. Thanks in advance