Add nixpkgs-fmt to neovim extraPackages
This commit is contained in:
parent
f78dc3e404
commit
946379804e
1 changed files with 3 additions and 0 deletions
|
@ -198,6 +198,9 @@ in
|
||||||
vim-vue
|
vim-vue
|
||||||
yats-vim
|
yats-vim
|
||||||
];
|
];
|
||||||
|
extraPackages = with pkgs; [
|
||||||
|
nixpkgs-fmt
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue