master #1

Open
oli wants to merge 912 commits from master into lua
3 changed files with 2 additions and 2 deletions
Showing only changes of commit 89eef9e104 - Show all commits

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
})
vim.api.nvim_create_autocmd({ 'FileType' }, { pattern = { 'norg', 'markdown' }, command = 'set conceallevel=3' })