nvim: fix colorscheme dependencies
This commit is contained in:
parent
e98353216a
commit
4d423c0952
3 changed files with 3 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ return {
|
|||
-- cutesy indent lines
|
||||
{
|
||||
'lukas-reineke/indent-blankline.nvim',
|
||||
dependencies = { 'catppuccin' },
|
||||
dependencies = { 'colorscheme' },
|
||||
config = function()
|
||||
local highlight = {
|
||||
"RainbowRed",
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ return {
|
|||
{
|
||||
"catppuccin/nvim",
|
||||
name = "colorscheme",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
require('catppuccin').setup({
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ return {
|
|||
-- cool command-nesting
|
||||
{
|
||||
'anuvyklack/hydra.nvim',
|
||||
dependencies = { 'catppuccin' },
|
||||
dependencies = { 'colorscheme' },
|
||||
config = function()
|
||||
package.loaded['hydras'] = nil
|
||||
require 'hydras'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue