Change default from rel to abs number
This commit is contained in:
@@ -16,7 +16,7 @@ vim.opt.shiftwidth = 4
|
|||||||
vim.opt.expandtab = true
|
vim.opt.expandtab = true
|
||||||
vim.opt.splitright = true
|
vim.opt.splitright = true
|
||||||
vim.opt.splitbelow = true
|
vim.opt.splitbelow = true
|
||||||
vim.opt.relativenumber = true
|
vim.opt.relativenumber = false
|
||||||
vim.g.mapleader = ","
|
vim.g.mapleader = ","
|
||||||
vim.cmd("set clipboard+=unnamedplus")
|
vim.cmd("set clipboard+=unnamedplus")
|
||||||
vim.cmd("autocmd! CursorHold,CursorHoldI *.md write")
|
vim.cmd("autocmd! CursorHold,CursorHoldI *.md write")
|
||||||
|
|||||||
Reference in New Issue
Block a user