fixed dependencies
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user