nvim: set signcolumn=no
This commit is contained in:
parent
6ef1d85a66
commit
10b1424f42
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user