nvim+kitty: theme flexoki, use kitty cursor trail
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user