refactor(nvim): disable wrap in org files

This commit is contained in:
Price Hiller 2023-11-09 14:59:11 -06:00
parent 5df8610aa0
commit 1cf34eecdf
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1,2 +1,3 @@
vim.opt_local.shiftwidth = 2
vim.opt_local.modeline = true
vim.opt_local.wrap = false