Skip to content

Commit

Permalink
fix nixfmt path
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderio committed Jun 27, 2024
1 parent 08f9b95 commit 5e19ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/develop/neovim/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ require('lspconfig').nixd.setup({
expr = "import <nixpkgs> { }",
},
formatting = {
command = { "nixfmt-rfc-style" }
command = { "nixfmt" }
},
},
},
Expand Down

0 comments on commit 5e19ccb

Please sign in to comment.