From 1f53c944155edf066335bbeca5a663c8e9c52fa3 Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Fri, 28 Oct 2016 14:40:52 +0200 Subject: [NeoVim] Splitbelow and splitright --- nvim/nvim/init.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nvim') diff --git a/nvim/nvim/init.vim b/nvim/nvim/init.vim index d692d0f..2f4abd2 100644 --- a/nvim/nvim/init.vim +++ b/nvim/nvim/init.vim @@ -39,6 +39,10 @@ set list lcs=trail:·,tab:»· " Always show tabline (0=never, 1=when there are at least 2 tabs, 2=always) set showtabline=1 +" Split on the right in vertical and below in horizontal +set splitbelow +set splitright + " Explore configured to show tree let g:netrw_liststyle= 3 -- cgit v1.2.3