🪴 my neovim config:)
1
fork

Configure Feed

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

plugin: use `Cursor/lCursor` hl in guicursor

robin 168c7e57 7d37b7f4

+1 -1
+1 -1
config/plugin/guicursor.lua
··· 67 67 end) 68 68 :totable() 69 69 70 - vim.opt.guicursor = table.concat(guicursorset, ",") 70 + vim.opt.guicursor = table.concat(guicursorset, ",") .. 'a:Cursor/lCursor' 71 71 end)