Hello, i am sorry but i have another question regarding the neovim nim setup... I am playing around to configure nimlsp on neovim for 2 weeks now - and now i try to find someone here, who has an up and running neovim nimlsp lua-config... Is there anybody out there?
For a better understanding i will describe my neovim setup in short here: OS: Linux, Windows neocim-configuration in _lua_. I use the lazy-package manager and the **" lsp-zero"** Plugin from VonHeikemen ( <https://github.com/VonHeikemen/lsp-zero.nvim> ) I followed the setup instructions on this side. The **lua-lsp** is running and funtional. The setup uses **" mason"** und i installed the **nimlsp** from PMunch ( <https://github.com/PMunch/nimlsp> ) as described in the lsp-zero docu: Open an "nim-lang" file and do a `:LspInstall` **nimlsp** is installed and after a restart of neovim i can see, that the nimlsp is running and everything seems alrigth (i use the `:LspInfo` \- Command to see the status) But i get no autocomplete, no suggestions and so on. Does anybody out there know what i am doing wrong? Thx for reading Beckx