🎨 ux(fish): delete fzf border flag in neovim config switcher
This commit is contained in:
parent
7bd7d96d0a
commit
bdc53c8eb3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
function vc
|
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"
|
if test -z "$config"
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Reference in a new issue