fixed dependencies

This commit is contained in:
2025-10-13 23:12:04 +02:00
parent d29e655f2a
commit ab53d88808
3 changed files with 9 additions and 15 deletions

View File

@@ -2,9 +2,7 @@ return {
"nvim-lualine/lualine.nvim", "nvim-lualine/lualine.nvim",
dependencies = { dependencies = {
{ "nvim-tree/nvim-web-devicons",
"nvim-tree/nvim-web-devicons",
}
}, },
config = function() config = function()

View File

@@ -2,15 +2,13 @@ return {
"hrsh7th/nvim-cmp", "hrsh7th/nvim-cmp",
dependencies = { dependencies = {
{ "L3MON4D3/LuaSnip",
"L3MON4D3/LuaSnip", "saadparwaiz1/cmp_luasnip",
"saadparwaiz1/cmp_luasnip", "hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-nvim-lsp", "hrsh7th/cmp-buffer",
"hrsh7th/cmp-buffer", "hrsh7th/cmp-path",
"hrsh7th/cmp-path", "hrsh7th/cmp-cmdline",
"hrsh7th/cmp-cmdline", "onsails/lspkind.nvim"
"onsails/lspkind.nvim"
}
}, },
config = function() config = function()

View File

@@ -5,9 +5,7 @@ return {
"nvim-tree/nvim-tree.lua", "nvim-tree/nvim-tree.lua",
dependencies = { dependencies = {
{ "nvim-tree/nvim-web-devicons",
"nvim-tree/nvim-web-devicons",
}
}, },
config = function() config = function()