neovim: Fix lsp highlight colours

nazuna
Simon Bruder 2022-06-12 22:45:15 +02:00
parent fe2a821cfd
commit 43de9d1528
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,8 @@ in
neogit
nvim-cmp
nvim-lspconfig
nvim-solarized-lua
(nvim-solarized-lua.overrideAttrs (o: o // { patches = (o.patches or [ ]) ++ [ (pkgs.fetchpatch { url = "https://github.com/sbruder/nvim-solarized-lua/commit/1de58a19498097f43f32a91038f6bc3a524e8110.patch"; sha256 = "sha256-r1Q62C7VllYIfbhsNlW26opA98PIwoPz5cvXmbpAOy0="; }) ]; }))
nvim-treesitter
nvim-web-devicons
plenary-nvim
rainbow_csv