🪴 my neovim config:)
1
fork

Configure Feed

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

fix(fzf): set winopts for `git_commits` and `colorschemes`

robin 42b2a864 e147e6ae

+4 -1
+4 -1
config/lua/ivy/plugins/fzf.lua
··· 61 61 theme.lines = theme.blines 62 62 theme.grep = theme.blines 63 63 theme.grep_curbuf = theme.blines 64 - theme.git = { blame = { winopts = up } } 64 + theme.git = { blame = { winopts = up }, commits = { winopts = up } } 65 65 theme.quickfix = theme.blines 66 66 theme.builtin = { winopts = theme.winopts } 67 + theme.colorschemes = { winopts = vim.tbl_deep_extend('force', theme.winopts, { 68 + height = 6 69 + }) } 67 70 68 71 local opts = { 69 72 fzf_opts = {