neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

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

feat: sick default colorscheme

+4
+4
lua/core/highlights.lua
··· 24 24 -- util_hl.set("WinBarNC", { fg = sep, reverse = true }) 25 25 -- util_hl.set("WinSeparator", { fg = sep }) 26 26 end, 27 + ["default"] = function () 28 + util_hl().set("@markup.raw", { reverse = true }) 29 + util_hl().set("@markup.raw.block", { reverse = false }) 30 + end 27 31 } 28 32 29 33 return tbl