fixed dependencies
This commit is contained in:
@@ -2,9 +2,7 @@ return {
|
||||
"nvim-lualine/lualine.nvim",
|
||||
|
||||
dependencies = {
|
||||
{
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
}
|
||||
},
|
||||
|
||||
config = function()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -5,9 +5,7 @@ return {
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
|
||||
dependencies = {
|
||||
{
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
}
|
||||
},
|
||||
|
||||
config = function()
|
||||
|
||||
Reference in New Issue
Block a user