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",
"vimball",
"vimballPlugin",
"2html_plugin",
"logipat",
"rrhelper",
"spellfile_plugin",

View File

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