add kanagawa as a dependency for lualine
This commit is contained in:
parent
854f9e44a1
commit
e5c9572d51
@ -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
|
||||
|
||||
@ -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" },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user