mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 07:04:47 +00:00
linenumbers
This commit is contained in:
parent
b78c048447
commit
dddcf0400b
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -18,7 +18,7 @@ vim.g.maplocalleader = ","
|
|||
|
||||
-- Essential vim options
|
||||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.relativenumber = false
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.expandtab = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue