From 3ba42d9c8061df1a8e266f073aea758a1bd5f1d5 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 10 Aug 2018 20:08:45 +0200 Subject: [PATCH] Some more information --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 5607532..d4173bf 100644 --- a/.vimrc +++ b/.vimrc @@ -440,6 +440,7 @@ if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &te endif " This is what sets vim to use 24-bit colors. It will also work for any version of neovim +" newer than 0.1.4. if exists('+termguicolors') let &t_8f = "\[38;2;%lu;%lu;%lum" let &t_8b = "\[48;2;%lu;%lu;%lum"