Hi there,
I am very, very new to nix, so please be gentle if I ask something that might be completely obvious to solve (I can take a hit or two, but I just found out where to put the packages that I want installed into my config).
As for my issue, I did not find anything concrete about it on this forum or elsewhere. I am running nixOS and have neovim with some needed packages like luajit, luarocks, lua-language-server and stylua in my environment.systemPackages. I use the unstable branch, to get the latest neovim version there. I have pulled my neovim config and everything worked fine until I found out, that all my .lua files get overwritten with some handshake message of some language server. (Content-Length: 55
{“jsonrpc”:“2.0”,“method”:“$/hello”,“params”:[“world”]}
). I have the conform plugin for doing autoformat on save with stylua setup. When I change this configuration to only use lsp formatting, everything works fine. I guess I can stick with this setup as I really don’t care about which formatter I use.
If someone knows how to solve it though, I would appreciate it.
I have a second question, that I might actually find the answer online, but as it touches multiple packages and some plugins of packages that are not directly related to nix, where would I report such a bug. (Or maybe it is just some beginners mistake and I have missed some configuration and I don’t report it anywhere).
Thanks in advance,
me