diff options
| author | Blista Kanjo | 2022-12-18 18:15:11 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2022-12-18 18:15:11 -0500 |
| commit | 0c7fc6289e22985c2c323ba7ed879667b0271ea2 (patch) | |
| tree | 12b49c83bcea38f6712d0be66ed863b302c5c9f2 /.vimrc | |
| parent | 844eae420f4aac03f4a60c8dac30b788a478c592 (diff) | |
feat: enabled true color support for Vim and Neovim
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -13,6 +13,7 @@ " ├┴┐├─┤└─┐││ ├┬┘│ ││││ │ │ │││││││├─┤│││ ││└─┐ " └─┘┴ ┴└─┘┴└─┘ ┴└─└─┘┘└┘ └─┘└─┘┴ ┴┴ ┴┴ ┴┘└┘─┴┘└─┘ +colorscheme one filetype plugin on syntax on set number @@ -57,11 +58,11 @@ if has('gui_running') set guioptions-=T set guioptions-=r set guioptions-=L - colorscheme slate + colorscheme evening endif " enable true colors support " -"set termguicolors +set termguicolors if $TERM == 'alacritty' set ttymouse=sgr |
