From a9de6517da674ff671107e8cb6dab909750c90cf Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 1 Jun 2017 21:56:40 +0200 Subject: nvim: Enable trucolor with new option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- nvim/init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/init.vim b/nvim/init.vim index 5462c53..4050cf1 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -45,6 +45,7 @@ set scrolloff=1 " Minimum number of screen lines under/above the cursor set linebreak " Don’t wrap lines in the middle of a word set spelllang=en_us set backupdir=$XDG_DATA_HOME/nvim/backup " Don't write backups in current dir +set termguicolors set tabstop=4 set shiftwidth=4 -- cgit v1.2.3-70-g09d2