config.nvim/ftplugin/markdown.lua
2025-04-19 22:22:02 +02:00

5 lines
143 B
Lua

-- Ensure file formatting is consistent
vim.bo.fileformat = 'unix'
-- Optionally, enable spell checking for JSON comments
vim.wo.spell = true