diff options
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -54,3 +54,8 @@ let g:netrw_liststyle=3 " Tree view map <C-\> :tab split<CR>:exec("tag ".expand("<cword>"))<CR> " open definition in a vertical split: map <A-]> :vsp <CR>:exec("tag ".expand("<cword>"))<CR> + +""" Colors! +set termguicolors +let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum" +let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum" |