some changes for the better
This commit is contained in:
parent
6cb6d11921
commit
668f278398
1 changed files with 12 additions and 1 deletions
|
@ -6,4 +6,15 @@ return {
|
||||||
"jghauser/mkdir.nvim",
|
"jghauser/mkdir.nvim",
|
||||||
"jghauser/follow-md-links.nvim",
|
"jghauser/follow-md-links.nvim",
|
||||||
"lambdalisue/vim-suda",
|
"lambdalisue/vim-suda",
|
||||||
|
|
||||||
|
{
|
||||||
|
"rachartier/tiny-devicons-auto-colors.nvim",
|
||||||
|
dependencies = {
|
||||||
|
"nvim-tree/nvim-web-devicons",
|
||||||
|
},
|
||||||
|
event = "VeryLazy",
|
||||||
|
config = function()
|
||||||
|
require("tiny-devicons-auto-colors").setup()
|
||||||
|
end,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue