kitchen sink
This commit is contained in:
parent
a0ebc39b59
commit
8eaa615596
25 changed files with 444 additions and 412 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue