From ebab755c28724f48fc9e98cde95c3c244a0bc18d Mon Sep 17 00:00:00 2001 From: Warwick Date: Sun, 20 Nov 2022 13:19:42 +0000 Subject: [PATCH] Fixed typo --- plugins.vim | 2 +- vimrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins.vim b/plugins.vim index c7a7758..ed6826c 100644 --- a/plugins.vim +++ b/plugins.vim @@ -64,7 +64,7 @@ else endif let g:gruvbox_improved_strings=1 let g:gruvbox_improved_warnings=1 -silent! colorscheme gruvbox +colorscheme gruvbox " Plugin leader mappings diff --git a/vimrc b/vimrc index ed5ab41..1aa5bee 100644 --- a/vimrc +++ b/vimrc @@ -98,7 +98,7 @@ hi Cursor ctermbg=15 " Make reading easier set wrap linebreak nolist -:set concealcursor="" +set concealcursor="" "Leader mapping let mapleader = "\"