nvim: added smooth scrolling and fixed toggleterm
This commit is contained in:
parent
2dcac10784
commit
c1b71e559f
4 changed files with 37 additions and 26 deletions
|
@ -23,6 +23,8 @@ vim.cmd [[
|
|||
syntax on
|
||||
set redrawtime=1000 " max syntax highlight time
|
||||
set number relativenumber
|
||||
autocmd InsertEnter * :set norelativenumber " Automatically toggle line numbers
|
||||
autocmd InsertLeave * :set relativenumber
|
||||
set noerrorbells
|
||||
set encoding=UTF-8
|
||||
set cursorline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue