feat(nvim): enable modelines in org buffers

This commit is contained in:
Price Hiller 2023-11-03 16:47:52 -05:00
parent 5776a84ce3
commit b9284bafc1
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

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