Browse Source

pointed nvim symlink to proper directory

Josh Bicking 7 năm trước cách đây
mục cha
commit
c17444683a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      makedots.sh

+ 1 - 1
makedots.sh

@@ -74,4 +74,4 @@ if [ -d .config/nvim ]
 then
     rm -ri .config/nvim
 fi
-ln -s $DIR/vim .config/nvim
+ln -s $DIR/vim $HOME/.config/nvim