From 70c60dc46b2b63d2b7d98a4995537bebd4e95dcb Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 19 Jul 2018 03:14:03 +0200 Subject: nvim/init; Switch to base16-atelier-dune MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- nvim/init.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nvim/init.vim b/nvim/init.vim index dd44786..4713c93 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -16,6 +16,7 @@ Plug 'dhruvasagar/vim-table-mode' Plug 'rust-lang/rust.vim' Plug 'ledger/vim-ledger' Plug 'tpope/vim-git' +Plug 'chriskempson/base16-vim' call plug#end() @@ -146,7 +147,7 @@ set laststatus=2 " Always show statusline " " Colorscheme -colorscheme Darkcustomside +colorscheme base16-atelier-dune " Color spaces at end of lines bright red for visibility highlight ExtraWhitespace ctermbg=red guibg=red -- cgit v1.2.3-54-g00ecf