Fixed conceallevel

This commit is contained in:
Oliver Hartmann 2024-05-16 09:41:18 +02:00
parent 0d5b0ca292
commit 89eef9e104
3 changed files with 2 additions and 2 deletions

View File

@ -0,0 +1 @@
vim.opt_local.conceallevel = 3

1
after/syntax/norg.lua Normal file
View File

@ -0,0 +1 @@
vim.opt_local.conceallevel = 2

View File

@ -104,5 +104,3 @@ vim.api.nvim_create_autocmd({ 'UIEnter' }, {
end end
end end
}) })
vim.api.nvim_create_autocmd({ 'FileType' }, { pattern = { 'norg', 'markdown' }, command = 'set conceallevel=3' })