refactor(nvim): reenable TOhtml

This commit is contained in:
Price Hiller 2024-09-09 15:25:35 -05:00
parent 4a94fb7a25
commit cddb65f83c
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ M.setup = function()
"getscriptPlugin", "getscriptPlugin",
"vimball", "vimball",
"vimballPlugin", "vimballPlugin",
"2html_plugin",
"logipat", "logipat",
"rrhelper", "rrhelper",
"spellfile_plugin", "spellfile_plugin",

View File

@ -43,7 +43,6 @@ lazy.setup("plugins.configs", {
disabled_plugins = { disabled_plugins = {
"gzip", "gzip",
"tarPlugin", "tarPlugin",
"tohtml",
"tutor", "tutor",
"zipPlugin", "zipPlugin",
}, },