summaryrefslogtreecommitdiff
path: root/nvim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim')
-rw-r--r--nvim/lua/config/fzf.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/config/fzf.lua b/nvim/lua/config/fzf.lua
index ec7f006..4b4adb1 100644
--- a/nvim/lua/config/fzf.lua
+++ b/nvim/lua/config/fzf.lua
@@ -11,6 +11,7 @@ require('fzf-lua').setup({
winopts = {
height = 1,
width = 0.7,
+ border = { ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ' },
col = 1, -- right-aligned
border = 'none',
preview = {