AutoYADM commit: 2025-01-03 12:45:02

This commit is contained in:
Daniel Fichtinger 2025-01-03 12:45:02 -05:00
parent 4e7ea90d76
commit d5660b92fc
No known key found for this signature in database
GPG key ID: D1B0947B25420214
2 changed files with 31 additions and 31 deletions

View file

@ -51,7 +51,7 @@ vim.api.nvim_create_autocmd("VimEnter", {
end,
})
local md = false
local md = true
if md then
vim.api.nvim_create_autocmd("FileType", {
pattern = "markdown",