Merge pull request #25 from cnsta/beekeeper

beekeeper
This commit is contained in:
cnsta
2024-08-20 19:47:52 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

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

View File

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