kekl
This commit is contained in:
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
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;
|
||||
treesitter.enable = true;
|
||||
};
|
||||
};
|
||||
lsp = {
|
||||
trouble = {
|
||||
enable = true;
|
||||
};
|
||||
|
@ -6,7 +6,6 @@
|
||||
enable = true;
|
||||
providers = [
|
||||
"friendly-snippets"
|
||||
"vimPlugins.vim-snippets"
|
||||
"crates-nvim"
|
||||
"lspkind"
|
||||
"lspsaga"
|
||||
|
Reference in New Issue
Block a user