Installing neovim from binary on Ubuntu

This commit is contained in:
Ivan Golikov 2025-01-18 00:53:04 +01:00
parent 988c38c0fd
commit b5dfc6c811
3 changed files with 35 additions and 2 deletions

View file

@ -1,5 +1,10 @@
if status is-interactive
fish_add_path -p $HOME/.local/bin
if test -d /opt/nvim-linux64/bin
fish_add_path -a /opt/nvim-linux64/bin
end
switch (whoami)
# Corporate machine
case Ivan_Golikov