This PR fixes nix LSP config to specify a formatting command. Previously, <leader>cf wasn't doing anything, and I learned eventually that that's because there wasn't a formatting command specified. I specify nixpkgs-fmt here, since I have it installed as part of my home.
I also didn't have a lua lsp set up at all. This adds one with special configuration (noted in comments in the file that sets it up) for use with nvim config files.
TODO:
[x] go through and run the lua lsp formatter on all the lua config files
This PR fixes nix LSP config to specify a formatting command. Previously,
<leader>cf
wasn't doing anything, and I learned eventually that that's because there wasn't a formatting command specified. I specifynixpkgs-fmt
here, since I have it installed as part of my home.I also didn't have a lua lsp set up at all. This adds one with special configuration (noted in comments in the file that sets it up) for use with nvim config files.
TODO: