colorschemes/palette: use lsp package

This commit is contained in:
Austin Horstman 2024-09-14 11:26:36 -05:00
parent 068f5e97fc
commit 59d03e76d9
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
{ {
config,
lib, lib,
pkgs,
... ...
}: }:
let let
@ -18,7 +18,7 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
# Annoyingly, lspconfig is required, otherwise this line is breaking: # Annoyingly, lspconfig is required, otherwise this line is breaking:
# https://github.com/roobert/palette.nvim/blob/a808c190a4f74f73782302152ebf323660d8db5f/lua/palette/init.lua#L45 # https://github.com/roobert/palette.nvim/blob/a808c190a4f74f73782302152ebf323660d8db5f/lua/palette/init.lua#L45
# An issue has been opened upstream to warn the maintainer: https://github.com/roobert/palette.nvim/issues/2 # An issue has been opened upstream to warn the maintainer: https://github.com/roobert/palette.nvim/issues/2
pkgs.vimPlugins.nvim-lspconfig config.plugins.lsp.package
]; ];
# TODO introduced 2024-04-07: remove 2024-06-07 # TODO introduced 2024-04-07: remove 2024-06-07