non important commit
This commit is contained in:
parent
4e352bb96a
commit
4dd7248b96
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
def --env fzf-nvim [] {
|
def --env fzf-nvim [] {
|
||||||
let file = (fd -t f -L . | fzf --reverse --height 40% --border rounded --preview=("bat -p -P {}") --preview-window=border-left)
|
let file = (fd -t f -L . | fzf --reverse --height 40% --border rounded --preview=("bat -p -P --color always {}") --preview-window=border-left)
|
||||||
if $file != null and $file != "" {
|
if $file != null and $file != "" {
|
||||||
nvim $file
|
nvim $file
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue