Neo vim config for nim

2023-08-13 Thread mildred
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 <

Neo vim config for nim

2023-08-13 Thread Cnerd
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

Neo vim config for nim

2023-08-13 Thread Cnerd
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