diff options
| author | Benjamin Linskey | 2026-06-07 16:39:18 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2026-06-07 16:39:18 -0400 |
| commit | dcf87860fb0d5dc60263f5961c58debb35ffd410 (patch) | |
| tree | 44a625b8001d3bb0e7fe3a0778bec7cf91f56630 | |
| parent | 9360b065b2525549c59da6a9b045b8e894cd7adb (diff) | |
| download | dotfiles-dcf87860fb0d5dc60263f5961c58debb35ffd410.tar.gz | |
vim: Switch color scheme to halation.vim
| -rw-r--r-- | .vimrc | 3 | ||||
| -rwxr-xr-x | install.sh | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -16,7 +16,8 @@ silent! packadd! comment " Vim 9.1.? runtime! ftplugin/man.vim silent! syntax enable -color btl +set termguicolors +color halation set shortmess+=I " No intro message on startup. set encoding=utf-8 @@ -56,7 +56,7 @@ if command -v vim >/dev/null; then mkdir -p "$VIM_REPO_DIR" "$VIM_PLUGS" clone_plugin https://git.linskey.org/ale/ clone_plugin https://git.linskey.org/ctrlp.vim/ - clone_plugin https://git.linskey.org/btl.vim/ + clone_plugin https://git.linskey.org/halation.vim/ # Regenerate Vim help tags. vim -e -s -u NONE -c 'helptags ALL' -c q; |