🎨 ux(fish): delete fzf border flag in neovim config switcher

This commit is contained in:
Sergio Laín 2024-05-11 01:24:33 +02:00
parent 7bd7d96d0a
commit bdc53c8eb3
No known key found for this signature in database
GPG key ID: FB00AF7015FFE76B

View file

@ -1,5 +1,5 @@
function vc
set config (fd --max-depth 1 --glob 'nvim-*' ~/.config | fzf --prompt="Neovim Configs > " --height=~50% --layout=reverse --border --exit-0)
set config (fd --max-depth 1 --glob 'nvim-*' ~/.config | fzf --prompt="Neovim Configs > " --height=~50% --layout=reverse --exit-0)
if test -z "$config"
return