From 96d188d01dca19fb74d64baa77ae4ce9438de719 Mon Sep 17 00:00:00 2001 From: liv Date: Sat, 13 Jul 2024 18:58:19 +0200 Subject: [PATCH] use a workaround for debian nvim --- dot_config/fish/config.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/fish/config.fish b/dot_config/fish/config.fish index 4f4f033..52f39f9 100644 --- a/dot_config/fish/config.fish +++ b/dot_config/fish/config.fish @@ -35,6 +35,8 @@ setpath ~/.fly/bin setpath ~/.nimble/bin setpath ~/.bun/bin setpath ~/go/bin +# temp: for overriding the old debian nvim version +setpath /opt/nvim-linux64/bin # zoxide setup zoxide init fish | source