nixpkgs-fmt

This commit is contained in:
Charlotte Van Petegem 2020-02-22 19:33:27 +01:00
parent 0b08e521c8
commit f63699c1cf
17 changed files with 1496 additions and 1258 deletions

View file

@ -7,8 +7,9 @@ pkgs.mkShell {
buildInputs = with pkgs; [
nodejs-12_x
yarn
(neovim.override {
configure = {
(
neovim.override {
configure = {
customRC = baseVimConfig.customRC + ''
" Required for operations modifying multiple buffers like rename
set hidden
@ -26,7 +27,8 @@ pkgs.mkShell {
];
}
];
};
})
};
}
)
];
}