From 7df97df09062ebf2462fcb2c926b28aa7300b4a9 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sun, 30 Apr 2023 12:56:57 -0400 Subject: [PATCH] nvim: misc config changes --- src/.config/nvim/init.vim | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/.config/nvim/init.vim b/src/.config/nvim/init.vim index 09cd736..5a23afd 100755 --- a/src/.config/nvim/init.vim +++ b/src/.config/nvim/init.vim @@ -1,7 +1,22 @@ -set tabstop=4 shiftwidth=4 noexpandtab relativenumber ai nu rnu nosmd ignorecase smartcase +set tabstop=4 shiftwidth=4 noexpandtab ai nosmd ignorecase smartcase + +" sign column on top of the line number (gutter for things like breakpoints, warnings) +set scl=number + +" enable line numbers +set number relativenumber + +" disable bottom right status line +set noruler set showtabline=0 + +" performance? set lazyredraw nocursorline ttyfast + +" use system clipboard instead of internal set clipboard=unnamedplus +" when using c, do not overwrite clipboard +nnoremap c "-c let mapleader = ","