some changes for the better
This commit is contained in:
parent
6cb6d11921
commit
668f278398
1 changed files with 12 additions and 1 deletions
|
@ -5,5 +5,16 @@ return {
|
|||
"folke/lsp-colors.nvim",
|
||||
"jghauser/mkdir.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