refactor(nvim): remove kanagawa compilation
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m34s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m34s
This commit is contained in:
parent
0872808b7a
commit
cce3a27434
@ -6,19 +6,8 @@ return {
|
|||||||
{
|
{
|
||||||
"rebelot/kanagawa.nvim",
|
"rebelot/kanagawa.nvim",
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
build = function()
|
|
||||||
require("plugins.configs.kanagawa")
|
|
||||||
vim.cmd.KanagawaCompile()
|
|
||||||
end,
|
|
||||||
lazy = false,
|
lazy = false,
|
||||||
config = function()
|
config = function()
|
||||||
vim.api.nvim_create_autocmd("BufWritePost", {
|
|
||||||
pattern = ".*lua/plugins/configs/kanagawa.lua",
|
|
||||||
callback = function()
|
|
||||||
vim.schedule(vim.cmd.KanagawaCompile)
|
|
||||||
end,
|
|
||||||
})
|
|
||||||
|
|
||||||
require("kanagawa").setup({
|
require("kanagawa").setup({
|
||||||
transparent = not vim.g.neovide,
|
transparent = not vim.g.neovide,
|
||||||
dim_inactive = true,
|
dim_inactive = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user