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",
dependencies = {
{
"nvim-tree/nvim-web-devicons",
}
},
config = function()

View File

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

View File

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