This commit is contained in:
fqbn207
2025-01-17 23:05:07 +01:00
parent cbab90ee11
commit 67f83f16ba
4 changed files with 3 additions and 1 deletions

View File

@ -21,6 +21,7 @@
".wp/manga.png".source = ./raw/wp/manga.png;
".wp/bg.png".source = ./raw/wp/bg.png;
".wp/wolf.png".source = ./raw/wp/wolf.png;
".wp/nixos_dark.png".source = ./raw/wp/nixos_dark.png;
};
};
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 KiB

View File

@ -66,6 +66,8 @@
lsp.enable = true;
treesitter.enable = true;
};
};
lsp = {
trouble = {
enable = true;
};

View File

@ -6,7 +6,6 @@
enable = true;
providers = [
"friendly-snippets"
"vimPlugins.vim-snippets"
"crates-nvim"
"lspkind"
"lspsaga"