remove unneeded neovim plugins

This commit is contained in:
Never Gude 2026-03-07 21:43:24 +01:00
parent d9c342fc8c
commit f75dcd5c63
2 changed files with 23 additions and 23 deletions

View file

@ -15,7 +15,7 @@ if status is-interactive
end
function open --wraps 'xdg-open'
xdg-open &>/dev/null & disown
xdg-open $argv &>/dev/null & disown
end
function detach --description 'Detach a command from shell'