Update nvim to display line number
This commit is contained in:
parent
6fd2b49483
commit
a12abc27f7
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ Loads ui settings for the editor
|
||||||
--]]
|
--]]
|
||||||
|
|
||||||
vim.opt.relativenumber = true -- display relative number from the line you are
|
vim.opt.relativenumber = true -- display relative number from the line you are
|
||||||
|
vim.opt.number = true
|
||||||
vim.opt.wrap = false -- do not break word from line to other
|
vim.opt.wrap = false -- do not break word from line to other
|
||||||
vim.opt.emoji = false -- do not display emoji with specific width
|
vim.opt.emoji = false -- do not display emoji with specific width
|
||||||
-- cursor option
|
-- cursor option
|
||||||
|
|
Loading…
Reference in a new issue