Add linenumber
This commit is contained in:
parent
76c5b1ec57
commit
0c1ec2544d
3 changed files with 34 additions and 0 deletions
3
lua/custom/plugins/line-number.lua
Normal file
3
lua/custom/plugins/line-number.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue