nvim: init: Make cursor line always be in the middle of the window
This commit is contained in:
parent
c9526d8997
commit
060fc1d41c
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ vim.o.writebackup = false
|
|||
vim.o.sessionoptions = 'buffers,curdir,tabpages,winsize'
|
||||
vim.o.shada = ''
|
||||
vim.o.diffopt = 'filler,internal,algorithm:histogram,indent-heuristic'
|
||||
vim.o.scrolloff = 999
|
||||
vim.bo.swapfile = false
|
||||
vim.bo.formatoptions = "crqn1j"
|
||||
|
||||
|
|
Loading…
Reference in a new issue