dotfiles

Configuration for the software I use.
git clone https://git.sr.ht/~jbauer/dotfiles
Log | Files | Refs | README | LICENSE

commit fea1e24b1c28e7ff943ba1da46a3977d36b4f08e
parent db0e9ec572c678c2a14a5f11bfcb1d4bac272912
Author: Jake Bauer <jbauer@paritybit.ca>
Date:   Thu,  2 Mar 2023 20:05:37 -0500

Update nvim config

Diffstat:
M.config/nvim/init.vim | 9++-------
1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim @@ -2,15 +2,10 @@ " vim-monochrome — (colorscheme) " vim-commentary — (shortcuts for (un)commenting lines/blocks of code) " vim-fastline — (custom status bar) -" vim-surround — (quickly surround a selection with brackets/quotes/etc) -" gemini-vim-synatx — (syntax highlighting for gemini) -" General Settings - -" Leader key let mapleader = "," -" Syntax Highlighting and Colours +" Syntax Highlighting and Colourscheme syntax on colorscheme monochrome-light @@ -67,7 +62,7 @@ set cursorline vnoremap < <gv vnoremap > >gv -" Line Number Settings +" Line number settings set number relativenumber " Courtesy: Jeff Kreeftmeijer @ jeffkreeftmeijer.com/vim-number/ augroup numbertoggle