From f244fb5b5791329ac14aaf60e833729f66fa77d5 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 19 Jul 2018 16:05:56 +0200 Subject: Fix comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- nvim/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/init.vim b/nvim/init.vim index 98ed862..10a67fa 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -7,7 +7,7 @@ call plug#begin(expand('$XDG_CONFIG_HOME/nvim/plugs')) " Base16 colorschemes Plug 'chriskempson/base16-vim' -" Modeline replacement +" Statusline replacement Plug 'itchyny/lightline.vim' " Change working directory to project root when opening file -- cgit v1.2.3-54-g00ecf