Change default from rel to abs number
Some checks are pending
Test Neovim config on push / build (ubuntu-20.04) (push) Waiting to run
Some checks are pending
Test Neovim config on push / build (ubuntu-20.04) (push) Waiting to run
This commit is contained in:
@@ -16,7 +16,7 @@ vim.opt.shiftwidth = 4
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.splitright = true
|
||||
vim.opt.splitbelow = true
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.relativenumber = false
|
||||
vim.g.mapleader = ","
|
||||
vim.cmd("set clipboard+=unnamedplus")
|
||||
vim.cmd("autocmd! CursorHold,CursorHoldI *.md write")
|
||||
|
||||
Reference in New Issue
Block a user