nvim: misc config changes

This commit is contained in:
dogeystamp 2023-04-30 12:56:57 -04:00
parent 52770b9850
commit 7df97df090
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -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 = ","