mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-28 05:57:45 +01:00
nvim: dont open preview on md files automatically
This commit is contained in:
parent
c728195147
commit
4876fb0dac
@ -2,7 +2,6 @@ vim.api.nvim_create_autocmd({ 'VimEnter' },
|
||||
{
|
||||
callback = function()
|
||||
require("tidy").opts.enabled_on_save = false
|
||||
require("knap").toggle_autopreviewing()
|
||||
end
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user