Remove vim config, the time of neovim has begun

This commit is contained in:
2025-08-18 16:54:12 -05:00
parent 9440c6ef57
commit 424e2be8ee
4 changed files with 0 additions and 120 deletions

View File

@@ -48,5 +48,4 @@ copy_dir src_files/.local/scripts $DIR_SCRIPTS
# on macos, gimp defaults to app-support, so sym-link to actual config
[[ "$BOX_SETUP_OS" = "macos" ]] &&
link_dir "$XDG_CONFIG_HOME/GIMP" "$HOME/Library/Application Support/GIMP"
link_dir "$XDG_CONFIG_HOME/vim" "$HOME/.vim" # TODO: use vim wrapper or similar instead