Closed mxaddict closed 3 months ago
Looks like this:
Is there a way to get this to not happen?
Nvm, I think I can fix this with:
vim.api.nvim_create_autocmd("FileType", { pattern = "dbout", callback = function() vim.opt_local.foldenable = false end, })
Looks like this:
Is there a way to get this to not happen?