nvim: set signcolumn=no

This commit is contained in:
Motiejus Jakštys 2024-06-11 11:36:46 +03:00
parent 6ef1d85a66
commit 10b1424f42
1 changed files with 1 additions and 1 deletions

View File

@ -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 <Leader>\ gqj
command OLD :enew | setl buftype=nofile | 0put =v:oldfiles | nnoremap <buffer> <CR> :e <C-r>=getline('.')<CR><CR>