nvim: line breaks for readability
This commit is contained in:
@@ -24,7 +24,9 @@ vim.opt.cursorline = true
|
|||||||
vim.opt.ruler = true
|
vim.opt.ruler = true
|
||||||
vim.opt.wildmenu = true
|
vim.opt.wildmenu = true
|
||||||
|
|
||||||
vim.opt.gdefault = true vim.opt.autoread = true vim.opt.history = 1000
|
vim.opt.gdefault = true
|
||||||
|
vim.opt.autoread = true
|
||||||
|
vim.opt.history = 1000
|
||||||
vim.opt.encoding = "utf-8"
|
vim.opt.encoding = "utf-8"
|
||||||
vim.opt.number = true
|
vim.opt.number = true
|
||||||
vim.opt.relativenumber = true
|
vim.opt.relativenumber = true
|
||||||
|
Reference in New Issue
Block a user