5 ms·
I eventually gave up using mason and lsp servers and used nixvim https://github.com/will-x86/nixos-dotfiles https://github.com/will-x86/nixos-dotfiles ( ./hom
by willx86 3mo ago
I eventually gave up using mason and lsp servers and used nixvim
https://github.com/will-x86/nixos-dotfiles https://github.com/will-x86/nixos-dotfiles
( ./home/base/nixvim)
- linsomniac 3mo agoThat is really interesting, thanks for the pointer. I came across it a while ago when I was researching how to manually set up AstroVIM on NixOS and doing manually was a bit of a stretch for me at the time. My setup right now is a fairly straightforward nix file listing the plugins and associated packages I want, and then an embedded long-ass lua config file, and I think the nixvim would just make that part of it declarative. I think I'll make a branch on my nixos repo and just have Claude try it. No reason not to.
- willx86 3mo agoI converted with claude Use my repo for lsp.nix as neovims new v10 has a new way of configuring lsp's as lspconfig is depreciated, so I used the new lsp configuration method but went doc hunting to find out I need lspconfig for proper completions! ( I'll give it a push now to ensure it's my latest version)