🪴 my neovim config:)
1
fork

Configure Feed

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

options: set jumpoptions

robin 84d1893c b425ef70

+2
+2
config/lua/ivy/config/options.lua
··· 9 9 vim.g.mapleader = " " 10 10 vim.g.maplocalleader = " m" 11 11 12 + vim.o.jumpoptions = "stack,view,clean" 13 + 12 14 vim.o.keywordprg = ":vertical botright help" 13 15 vim.o.rulerformat = "%Ll %l:%c %p%%" 14 16