mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
9 lines
133 B
Lua
9 lines
133 B
Lua
return {
|
|
"rebelot/kanagawa.nvim",
|
|
lazy = false,
|
|
priority = 1000,
|
|
config = function()
|
|
require("kanagawa").load("wave")
|
|
end
|
|
}
|
|
|