nvim: add separate config files for most plugins

This commit is contained in:
Moritz Böhme 2023-03-04 13:22:48 +01:00
parent 9db80c9673
commit 04dacde028
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
25 changed files with 294 additions and 291 deletions

View file

@ -63,7 +63,6 @@ in
fish.enable = true;
git.enable = true;
gpg.enable = true;
vim.enable = true;
};
};
@ -105,6 +104,7 @@ in
up
viu
wget
vim
];
fonts.fonts = with pkgs; [

View file

@ -77,6 +77,7 @@ with lib; {
hub.enable = true;
ledger.enable = true;
logseq.enable = true;
nvim.enable = true;
python.versions."311".enable = true;
ssh = {
enable = true;