kickstart.nvim/ftplugin/markdown.lua

5 lines
190 B
Lua
Raw Normal View History

vim.opt_local.conceallevel = 2
vim.cmd 'autocmd BufEnter * set formatoptions-=cro'
vim.cmd 'autocmd BufEnter * setlocal formatoptions-=cro'
2025-03-18 13:03:54 +01:00
-- vim.cmd 'autocmd BufEnter * EnableAutocorrect'