mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-13 04:51:15 +02:00
nvim: autostart knap only for tex, increase preview delay
This commit is contained in:
@@ -2,7 +2,6 @@ vim.api.nvim_create_autocmd({ 'BufEnter' },
|
||||
{
|
||||
callback = function()
|
||||
vim.o.foldenable = false
|
||||
require("knap").toggle_autopreviewing()
|
||||
end
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user