disable number when opening markdown files

This commit is contained in:
Andrzej Stepien 2024-03-14 13:54:04 +01:00
parent 4498937ce9
commit 39a615ac01
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
vim.opt.wrap = true
vim.opt.linebreak = true
vim.opt.textwidth = 0 --prevent vim from isnerting linebreaks
vim.opt.number = false