🪴 my neovim config:)
1
fork

Configure Feed

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

fix(fzf): layout styling for builtins

robin f1c4572f 1696a8c0

+4 -2
+4 -2
config/lua/ivy/plugins/fzf.lua
··· 49 49 row = 1, 50 50 col = 0, 51 51 width = 1, 52 - height = 1, 52 + height = theme.winopts.height * 2, 53 53 preview = { 54 54 layout = "vertical", 55 55 vertical = "up:50%", 56 - border = "none", 56 + border = vim.o.winborder, 57 57 }, 58 58 } 59 59 ··· 62 62 theme.grep = theme.blines 63 63 theme.grep_curbuf = theme.blines 64 64 theme.git = { blame = { winopts = up } } 65 + theme.quickfix = theme.blines 66 + theme.builtin = { winopts = theme.winopts } 65 67 66 68 local opts = { 67 69 fzf_opts = {