Update nvim to display line number

This commit is contained in:
linarphy 2023-08-21 19:34:17 +02:00
parent 6fd2b49483
commit a12abc27f7
No known key found for this signature in database
GPG key ID: B914FF3FE69AA363

View file

@ -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