From beed5d88d61784ab0198e3ea41153f02dd02c291 Mon Sep 17 00:00:00 2001
From: Ekaitz Zárraga <ekaitz.zarraga@gmail.com>
Date: Tue, 25 Oct 2016 20:31:56 +0200
Subject: [NeoVim] True color terminal and cursor shape

---
 nvim/nvim/init.vim | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'nvim')

diff --git a/nvim/nvim/init.vim b/nvim/nvim/init.vim
index 40eb36b..d692d0f 100644
--- a/nvim/nvim/init.vim
+++ b/nvim/nvim/init.vim
@@ -26,6 +26,9 @@ syntax on
 
 " Enable TRUE COLORS
 let $NVIM_TUI_ENABLE_TRUE_COLOR=1
+let $NVIM_TUI_ENABLE_CURSOR_SHAPE=1
+set termguicolors
+set background=dark
 
 " Set default colorscheme but dark comments -> Torte
 colorscheme torte
@@ -87,7 +90,7 @@ set formatoptions=tcqj
 
 " Highlight where the lines are more than 80 characters wide
 set colorcolumn=80
-highlight ColorColumn ctermbg=DarkGrey
+highlight ColorColumn ctermbg=DarkGrey guibg=#262626
 
 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 
-- 
cgit v1.2.3