Change default from rel to abs number
Test Neovim config on push / build (ubuntu-20.04) (push) Waiting to run
Details
Test Neovim config on push / build (ubuntu-20.04) (push) Waiting to run
Details
This commit is contained in:
parent
1234f9bd4c
commit
730ec3b4bd
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue