mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 06:27:14 +01:00
wip
This commit is contained in:
@@ -3,9 +3,7 @@ vim.opt.relativenumber = true
|
||||
vim.opt.mouse = 'a'
|
||||
vim.opt.showmode = false
|
||||
|
||||
vim.schedule(function()
|
||||
vim.opt.clipboard = 'unnamedplus'
|
||||
end)
|
||||
vim.schedule(function() vim.opt.clipboard = 'unnamedplus' end)
|
||||
|
||||
vim.opt.breakindent = true
|
||||
vim.opt.undofile = true
|
||||
@@ -33,4 +31,7 @@ vim.opt.cursorline = true
|
||||
-- Minimal number of screen lines to keep above and below the cursor.
|
||||
vim.opt.scrolloff = 10
|
||||
|
||||
-- global statusline
|
||||
vim.o.laststatus = 3
|
||||
|
||||
vim.opt.confirm = true
|
||||
|
||||
Reference in New Issue
Block a user