nvim: Set “scrolloff” to four
This commit is contained in:
parent
3adabd2e3d
commit
08e05cc3a9
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ autocmd CompleteDone * pclose
|
||||||
lua <<EOF
|
lua <<EOF
|
||||||
require("config.lazy")
|
require("config.lazy")
|
||||||
|
|
||||||
|
vim.o.scrolloff = 4;
|
||||||
|
|
||||||
vim.diagnostic.config({
|
vim.diagnostic.config({
|
||||||
virtual_text = true,
|
virtual_text = true,
|
||||||
severity_sort = true,
|
severity_sort = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue