beekeeper

This commit is contained in:
cnst
2024-08-20 19:47:10 +02:00
parent fecb63e2a4
commit 734b017ace
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
neovim = {
enable = true;
plugins = {
ai.enable = true;
ai.enable = false;
barbar.enable = true;
comment.enable = true;
conform-nvim.enable = true;

View File

@@ -15,6 +15,7 @@ in {
nodejs_22
ripgrep
fd
beekeeper-studio
];
};
}