diff --git a/modules/home/home.nix b/modules/home/home.nix index 309fc61..2203632 100644 --- a/modules/home/home.nix +++ b/modules/home/home.nix @@ -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; }; }; } diff --git a/modules/home/raw/wp/nixos_dark.png b/modules/home/raw/wp/nixos_dark.png new file mode 100644 index 0000000..879b65a Binary files /dev/null and b/modules/home/raw/wp/nixos_dark.png differ diff --git a/modules/system/nix/nvim/lsp.nix b/modules/system/nix/nvim/lsp.nix index 0e3e4ae..545b7e9 100644 --- a/modules/system/nix/nvim/lsp.nix +++ b/modules/system/nix/nvim/lsp.nix @@ -66,6 +66,8 @@ lsp.enable = true; treesitter.enable = true; }; + }; + lsp = { trouble = { enable = true; }; diff --git a/modules/system/nix/nvim/snip.nix b/modules/system/nix/nvim/snip.nix index ec40edc..7bfa110 100644 --- a/modules/system/nix/nvim/snip.nix +++ b/modules/system/nix/nvim/snip.nix @@ -6,7 +6,6 @@ enable = true; providers = [ "friendly-snippets" - "vimPlugins.vim-snippets" "crates-nvim" "lspkind" "lspsaga"