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
No known key found for this signature in database

View File

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