dont conceal md

This commit is contained in:
Christoph J. Scherr 2024-07-15 09:47:40 +02:00
parent 67040b47cc
commit 2a6fb440ab
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ vim.api.nvim_create_autocmd('FileType', {
group = augroup,
pattern = {
'latex',
'markdown',
'plaintex',
'tex',
},