jisantuc / nix-home

Repo for my nix home managed by home-manager
MIT License
0 stars 0 forks source link

Fix nix lsp config formatting and add lua #73

Closed jisantuc closed 12 months ago

jisantuc commented 12 months ago

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: