dotfiles/nvim/fnl/plugins/kanagawa.fnl

8 lines
121 B
Plaintext
Raw Normal View History

2023-08-19 21:48:52 +02:00
{
1 "rebelot/kanagawa.nvim"
:lazy false
:priority 1000
:config (fn [] (vim.cmd "colorscheme kanagawa"))
}