mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(nix): add nixfmt to mason install
This commit is contained in:
parent
ec5981dfb1
commit
9e628203ea
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@ return {
|
|||
ft = "nix",
|
||||
root = "flake.nix",
|
||||
},
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
opts = { ensure_installed = { "nixfmt" } },
|
||||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = { ensure_installed = { "nix" } },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue