refactor(nvim): use nvim tree devicons directly
Previously we were using a redirection created by a user
This commit is contained in:
parent
e3c386d6d0
commit
d7bc90e8fc
@ -63,7 +63,7 @@ lazy.setup({
|
|||||||
|
|
||||||
-- Icons for folders, files, etc.
|
-- Icons for folders, files, etc.
|
||||||
{
|
{
|
||||||
"kyazdani42/nvim-web-devicons",
|
"nvim-tree/nvim-web-devicons",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -103,7 +103,7 @@ lazy.setup({
|
|||||||
-- Dashboard when no file is given to nvim
|
-- Dashboard when no file is given to nvim
|
||||||
{
|
{
|
||||||
"goolord/alpha-nvim",
|
"goolord/alpha-nvim",
|
||||||
dependencies = { "kyazdani42/nvim-web-devicons" },
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||||
config = function()
|
config = function()
|
||||||
require("plugins.configs.alpha")
|
require("plugins.configs.alpha")
|
||||||
end,
|
end,
|
||||||
@ -139,7 +139,7 @@ lazy.setup({
|
|||||||
"nvim-neo-tree/neo-tree.nvim",
|
"nvim-neo-tree/neo-tree.nvim",
|
||||||
branch = "v2.x",
|
branch = "v2.x",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"kyazdani42/nvim-web-devicons",
|
"nvim-tree/nvim-web-devicons",
|
||||||
"nvim-lua/plenary.nvim",
|
"nvim-lua/plenary.nvim",
|
||||||
"MunifTanjim/nui.nvim",
|
"MunifTanjim/nui.nvim",
|
||||||
},
|
},
|
||||||
@ -682,7 +682,7 @@ lazy.setup({
|
|||||||
"krivahtoo/silicon.nvim",
|
"krivahtoo/silicon.nvim",
|
||||||
build = "./install.sh build",
|
build = "./install.sh build",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"kyazdani42/nvim-web-devicons",
|
"nvim-tree/nvim-web-devicons",
|
||||||
},
|
},
|
||||||
cmd = {
|
cmd = {
|
||||||
"Silicon",
|
"Silicon",
|
||||||
|
Loading…
Reference in New Issue
Block a user