From 99ed618b832be3531995745fb211e2aa195656b7 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Tue, 7 Sep 2021 11:38:40 -0500 Subject: truecolor support --- nvim/init.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nvim/init.vim') diff --git a/nvim/init.vim b/nvim/init.vim index 8eeb7bb..45f157b 100755 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -24,6 +24,7 @@ set mouse=a " Because sometimes it's just easier to use the mouse set number relativenumber " Enable relative line numbers set smartcase " ...Unless the search term is capital set splitbelow splitright " Open splits on bottom/right instead of top/left +set termguicolors " Enable GUI colors for the terminal to get truecolor set wildmode=longest,list,full " Enable file auto-complete syntax on " Enable syntax highlighting @@ -58,7 +59,7 @@ nmap gT nmap :tabnew " Copy, paste, and cut with standard bindings map "+y -map "+gp +"map "+gp map "+x " Colorscheme for root and normal users (since vimrc is just symlinked to the root user's home) -- cgit v1.2.3