fish: functions: Drop nvim_profile
Since the recent TUI changes this does not work as intended.
This commit is contained in:
parent
29acf2aa76
commit
080ba2c237
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
|||
function nvim_profile
|
||||
if test -e /tmp/nvim_profile.profile
|
||||
rm /tmp/nvim_profile.profile
|
||||
end
|
||||
nvim --startuptime /tmp/nvim_profile.profile +q
|
||||
tail -1 /tmp/nvim_profile.profile | awk '{print $1}'
|
||||
end
|
Loading…
Reference in a new issue