neovim: remove tint plugin

This commit is contained in:
2023-03-06 15:50:09 +03:00
parent cec7726561
commit 165fc08a8c

View File

@@ -151,15 +151,6 @@ require("packer").startup(function(use)
end,
})
use({
"levouh/tint.nvim",
config = function()
require("tint").setup({
ignore = { "NvimTree" },
})
end,
})
if PACKER_BOOTSTRAP then
require("packer").sync()
end