mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-01 17:07:45 +02: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()
|
callback = function()
|
||||||
require("tidy").opts.enabled_on_save = false
|
require("tidy").opts.enabled_on_save = false
|
||||||
require("knap").toggle_autopreviewing()
|
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user