kickstart.nvim/ftplugin/markdown.lua
2025-03-18 13:03:54 +01:00

5 lines
190 B
Lua

vim.opt_local.conceallevel = 2
vim.cmd 'autocmd BufEnter * set formatoptions-=cro'
vim.cmd 'autocmd BufEnter * setlocal formatoptions-=cro'
-- vim.cmd 'autocmd BufEnter * EnableAutocorrect'