mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 07:04:47 +00:00
relative
This commit is contained in:
parent
2c7a751337
commit
c86c905c58
2 changed files with 9 additions and 9 deletions
2
init.lua
2
init.lua
|
|
@ -21,7 +21,7 @@ vim.g.base46_cache = vim.fn.stdpath("data") .. "/base46_cache/"
|
|||
|
||||
-- Essential vim options
|
||||
vim.opt.number = true
|
||||
vim.opt.relativenumber = false
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.expandtab = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue