update
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user