add kanagawa as a dependency for lualine

This commit is contained in:
Nicholai Vogel 2026-02-04 23:42:11 -07:00
parent 854f9e44a1
commit e5c9572d51
2 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,7 @@ return {
{
"rebelot/kanagawa.nvim",
name = "kanagawa",
lazy = false,
priority = 1000,
config = function()
require('kanagawa').setup({
@ -40,6 +41,7 @@ return {
{
"AlphaTechnolog/pywal.nvim",
name = "pywal",
lazy = false,
priority = 1000,
config = function()
-- auto-load pywal if colors exist

View File

@ -2,7 +2,10 @@ return {
-- Status line
{
"nvim-lualine/lualine.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
dependencies = {
"nvim-tree/nvim-web-devicons",
"rebelot/kanagawa.nvim",
},
config = function()
require("lualine").setup({
options = { theme = "kanagawa" },