update
This commit is contained in:
@@ -51,6 +51,8 @@ in {
|
||||
];
|
||||
notes = with pkgs; [
|
||||
zk
|
||||
tinymist
|
||||
typst
|
||||
];
|
||||
lua = with pkgs; [
|
||||
lua-language-server
|
||||
@@ -74,6 +76,7 @@ in {
|
||||
vscode-langservers-extracted
|
||||
stylelint-lsp
|
||||
tailwindcss-language-server
|
||||
vscode-css-languageserver
|
||||
];
|
||||
yaml = with pkgs; [
|
||||
yaml-language-server
|
||||
@@ -102,6 +105,7 @@ in {
|
||||
(nvim-treesitter.withPlugins (
|
||||
plugins:
|
||||
nvim-treesitter.allGrammars ++ [kulala-grammer]
|
||||
|
||||
))
|
||||
snacks-nvim
|
||||
gruvbox-nvim
|
||||
@@ -122,7 +126,7 @@ in {
|
||||
optionalPlugins = {
|
||||
notes = with pkgs.vimPlugins; [
|
||||
zk-nvim
|
||||
render-markdown-nvim
|
||||
typst-preview-nvim
|
||||
];
|
||||
go = with pkgs.vimPlugins; [
|
||||
nvim-dap-go
|
||||
@@ -219,7 +223,7 @@ in {
|
||||
};
|
||||
# anything else to pass and grab in lua with `nixCats.extra`
|
||||
extra = {
|
||||
nixdExtras.nixpkgs = ''import ${pkgs.path} {}'';
|
||||
nixdExtras.nixpkgs = ''import <nixpkgs> { }'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user