neovim: remove tint plugin
This commit is contained in:
@@ -151,15 +151,6 @@ require("packer").startup(function(use)
|
|||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
use({
|
|
||||||
"levouh/tint.nvim",
|
|
||||||
config = function()
|
|
||||||
require("tint").setup({
|
|
||||||
ignore = { "NvimTree" },
|
|
||||||
})
|
|
||||||
end,
|
|
||||||
})
|
|
||||||
|
|
||||||
if PACKER_BOOTSTRAP then
|
if PACKER_BOOTSTRAP then
|
||||||
require("packer").sync()
|
require("packer").sync()
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user