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()
|
||||
|
||||
@@ -21,6 +21,10 @@
|
||||
"rev": "fcea7ff883235d9024dc41e638f164a450c14ca2",
|
||||
"src": "https://github.com/folke/flash.nvim"
|
||||
},
|
||||
"flexoki-neovim": {
|
||||
"rev": "c3e2251e813d29d885a7cbbe9808a7af234d845d",
|
||||
"src": "https://github.com/kepano/flexoki-neovim"
|
||||
},
|
||||
"guess-indent.nvim": {
|
||||
"rev": "84a4987ff36798c2fc1169cbaff67960aed9776f",
|
||||
"src": "https://github.com/NMAC427/guess-indent.nvim"
|
||||
|
||||
Reference in New Issue
Block a user