clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

not used yet, but still commiting for later when using kanagawa global status bar

sspaeti c48d156a b23e2308

+12
+12
nvim/lua/themes/kanagawa.lua
··· 16 16 overrides = {}, 17 17 }) 18 18 19 + vim.opt.laststatus = 3 20 + vim.opt.fillchars:append({ 21 + horiz = '━', 22 + horizup = '┻', 23 + horizdown = '┳', 24 + vert = '┃', 25 + vertleft = '┨', 26 + vertright = '┣', 27 + verthoriz = '╋', 28 + }) 29 + require'kanagawa'.setup({ globalStatus = true, ... }) 30 + 19 31 -- setup must be called before loading 20 32 vim.cmd("colorscheme kanagawa") 21 33