nvim+kitty: theme flexoki, use kitty cursor trail

This commit is contained in:
2026-02-24 00:30:16 +01:00
parent 3b57990b9d
commit 85395280ba
4 changed files with 17 additions and 5 deletions

View File

@@ -1,5 +1,9 @@
vim.pack.add({ "https://github.com/EdenEast/nightfox.nvim", "https://github.com/rebelot/kanagawa.nvim" })
vim.pack.add({
"https://github.com/EdenEast/nightfox.nvim",
"https://github.com/rebelot/kanagawa.nvim",
"https://github.com/kepano/flexoki-neovim",
})
local cs = require("config.colorscheme")
cs.set_colorschemes("kanagawa-wave", "dayfox")
cs.set_colorschemes("flexoki", "flexoki")
cs.update_colorscheme()