master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 4cdf787491 - Show all commits

View File

@@ -87,4 +87,4 @@ vim.api.nvim_create_autocmd({ 'UIEnter' }, {
end end
}) })
vim.api.nvim_create_autocmd({ 'BufEnter', 'BufWinEnter' }, { pattern = { '*.norg' }, command = 'set conceallevel=3' }) vim.api.nvim_create_autocmd({ 'FileType' }, { pattern = { 'norg', 'markdown' }, command = 'set conceallevel=3' })