disable number when opening markdown files
This commit is contained in:
parent
4498937ce9
commit
39a615ac01
|
@ -1,5 +1,4 @@
|
||||||
vim.opt.wrap = true
|
vim.opt.wrap = true
|
||||||
vim.opt.linebreak = true
|
vim.opt.linebreak = true
|
||||||
vim.opt.textwidth = 0 --prevent vim from isnerting linebreaks
|
vim.opt.textwidth = 0 --prevent vim from isnerting linebreaks
|
||||||
|
vim.opt.number = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue