🪴 my neovim config:)
1
fork

Configure Feed

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

plugin: add missing comma in guicursor

robin 4ca6a270 36bfe6ee

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