aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorBlista Kanjo2022-12-18 18:15:11 -0500
committerBlista Kanjo2022-12-18 18:15:11 -0500
commit0c7fc6289e22985c2c323ba7ed879667b0271ea2 (patch)
tree12b49c83bcea38f6712d0be66ed863b302c5c9f2 /.vimrc
parent844eae420f4aac03f4a60c8dac30b788a478c592 (diff)
feat: enabled true color support for Vim and Neovim
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index 88d1de7..d1245da 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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