From 80b74ae532619c9c3d6f0ae8666f1c1e3ef1acce Mon Sep 17 00:00:00 2001 From: Benjamin Morrison Date: Sun, 19 Dec 2021 04:10:21 -0500 Subject: clean out spacevim conf, add fish func to call vim without spacevim --- .config/fish/config.fish | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.config/fish/config.fish') diff --git a/.config/fish/config.fish b/.config/fish/config.fish index a221170..2f8c7ef 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -130,7 +130,8 @@ set -x BOOT_CLOJURE_VERSION 1.8.0 # ocaml source $HOME/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true -# shadowgate mud over ssl -function shadowgate - command shadowgate socat TCP-LISTEN 8080,fork,reuseaddr OPENSSL shadowgate.org 8443 +# when calling vim, don't load spacevim. for neovim, load it. +function vim + command vim -u NONE $argv end + -- cgit 1.4.1