kekl
This commit is contained in:
@ -21,6 +21,7 @@
|
|||||||
".wp/manga.png".source = ./raw/wp/manga.png;
|
".wp/manga.png".source = ./raw/wp/manga.png;
|
||||||
".wp/bg.png".source = ./raw/wp/bg.png;
|
".wp/bg.png".source = ./raw/wp/bg.png;
|
||||||
".wp/wolf.png".source = ./raw/wp/wolf.png;
|
".wp/wolf.png".source = ./raw/wp/wolf.png;
|
||||||
|
".wp/nixos_dark.png".source = ./raw/wp/nixos_dark.png;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
BIN
modules/home/raw/wp/nixos_dark.png
Normal file
BIN
modules/home/raw/wp/nixos_dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 164 KiB |
@ -66,6 +66,8 @@
|
|||||||
lsp.enable = true;
|
lsp.enable = true;
|
||||||
treesitter.enable = true;
|
treesitter.enable = true;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
lsp = {
|
||||||
trouble = {
|
trouble = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
providers = [
|
providers = [
|
||||||
"friendly-snippets"
|
"friendly-snippets"
|
||||||
"vimPlugins.vim-snippets"
|
|
||||||
"crates-nvim"
|
"crates-nvim"
|
||||||
"lspkind"
|
"lspkind"
|
||||||
"lspsaga"
|
"lspsaga"
|
||||||
|
Reference in New Issue
Block a user