kitchen sink
This commit is contained in:
@ -3,6 +3,8 @@ if vim.fn.has("termguicolors") then
|
||||
vim.opt.termguicolors = true
|
||||
end
|
||||
|
||||
vim.opt.laststatus = 3
|
||||
|
||||
-- buffer
|
||||
vim.opt.scrolloff = 5
|
||||
vim.opt.wrap = true -- wraping lines
|
||||
|
Reference in New Issue
Block a user