From 10b1424f42cd07b32aa9d132db322ea1866b28b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 11 Jun 2024 11:36:46 +0300 Subject: [PATCH] nvim: set signcolumn=no --- shared/home/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/home/vimrc b/shared/home/vimrc index 8487a47..9f60d95 100644 --- a/shared/home/vimrc +++ b/shared/home/vimrc @@ -1,7 +1,7 @@ syntax on filetype plugin indent on set et ts=4 sw=4 sts=4 nu hlsearch ruler ignorecase smartcase nomodeline bg=dark incsearch -set path=**/* backspace=2 nojs +set path=**/* backspace=2 nojs signcolumn=no set laststatus=1 diffopt+=algorithm:patience nnoremap \ gqj command OLD :enew | setl buftype=nofile | 0put =v:oldfiles | nnoremap :e =getline('.')