mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
Now only in markdown files lines will be wrapped at 80 cols
This commit is contained in:
2
.config/nvim/ftplugin/markdown.lua
Normal file
2
.config/nvim/ftplugin/markdown.lua
Normal file
@@ -0,0 +1,2 @@
|
||||
vim.opt_local.wrap = true
|
||||
vim.opt_local.textwidth = 80
|
||||
Reference in New Issue
Block a user