This commit is contained in:
2025-05-08 15:00:58 -04:00
parent a033cda5da
commit 3e90a97d61
3 changed files with 35 additions and 0 deletions

View File

@@ -50,6 +50,9 @@ in {
vue-language-server
stylelint-lsp
];
c = with pkgs; [
clang
];
};
# This is for plugins that will load at startup without using packadd:
@@ -62,6 +65,8 @@ in {
snacks-nvim
gruvbox-nvim
gruber-darker-nvim
lackluster-nvim
oxocarbon-nvim
vim-sleuth
oil-nvim
plenary-nvim
@@ -91,6 +96,7 @@ in {
nvim-dap
nvim-dap-ui
nvim-dap-virtual-text
zk-nvim
];
};
@@ -152,6 +158,7 @@ in {
nix = true;
go = true;
typescript = true;
c = true;
};
# anything else to pass and grab in lua with `nixCats.extra`
extra = {