diff options
| author | Benjamin Linskey | 2026-06-01 05:24:25 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2026-06-01 20:37:57 -0400 |
| commit | 6949fba6262701c53ecb06190999b67ac823c979 (patch) | |
| tree | d11d1eede27ab9e9856e0e40e5960f67b9cd0e6a | |
| parent | 827d67146f2835312c92afa5c2412be99f8ff475 (diff) | |
| download | dotfiles-6949fba6262701c53ecb06190999b67ac823c979.tar.gz | |
Switch to my custom color scheme
| -rw-r--r-- | .vimrc | 4 | ||||
| -rwxr-xr-x | install.sh | 2 |
2 files changed, 2 insertions, 4 deletions
@@ -16,9 +16,7 @@ silent! packadd! comment " Vim 9.1.? runtime! ftplugin/man.vim silent! syntax enable -set background=dark -set termguicolors -silent! colorscheme iceberg +color btl set shortmess+=I " No intro message on startup. set encoding=utf-8 @@ -44,7 +44,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/iceberg.vim/ btl/main + clone_plugin https://git.linskey.org/btl.vim/ # Regenerate Vim help tags. vim -e -s -u NONE -c 'helptags ALL' -c q; |