neovim: Fix lsp highlight colours
This commit is contained in:
parent
fe2a821cfd
commit
43de9d1528
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue