add nvchad blink integration
This commit is contained in:
parent
42c1f0b966
commit
b07b0b06b1
1 changed files with 5 additions and 4 deletions
|
|
@ -38,7 +38,7 @@ return {
|
||||||
end,
|
end,
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"nvim-treesitter/nvim-treesitter", -- optional
|
"nvim-treesitter/nvim-treesitter", -- optional
|
||||||
"nvim-tree/nvim-web-devicons", -- optional
|
"nvim-tree/nvim-web-devicons", -- optional
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ "ThePrimeagen/refactoring.nvim" },
|
{ "ThePrimeagen/refactoring.nvim" },
|
||||||
|
|
@ -88,7 +88,7 @@ return {
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Delimiters
|
-- Delimiters
|
||||||
{ "Raimondi/delimitMate", lazy = false },
|
{ "Raimondi/delimitMate", lazy = false },
|
||||||
-- lazygit
|
-- lazygit
|
||||||
{
|
{
|
||||||
"kdheepak/lazygit.nvim",
|
"kdheepak/lazygit.nvim",
|
||||||
|
|
@ -98,7 +98,7 @@ return {
|
||||||
lazy = false,
|
lazy = false,
|
||||||
},
|
},
|
||||||
-- fzf
|
-- fzf
|
||||||
{ "junegunn/fzf.vim", lazy = false },
|
{ "junegunn/fzf.vim", lazy = false },
|
||||||
{
|
{
|
||||||
"nvim-telescope/telescope.nvim",
|
"nvim-telescope/telescope.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
|
|
@ -190,6 +190,7 @@ return {
|
||||||
end,
|
end,
|
||||||
lazy = false,
|
lazy = false,
|
||||||
},
|
},
|
||||||
|
{ import = "nvchad.blink.lazyspec" },
|
||||||
|
|
||||||
----------
|
----------
|
||||||
-- Java --
|
-- Java --
|
||||||
|
|
@ -231,7 +232,7 @@ return {
|
||||||
-- version = "^5", -- Recommended
|
-- version = "^5", -- Recommended
|
||||||
-- lazy = false, -- This plugin is already lazy
|
-- lazy = false, -- This plugin is already lazy
|
||||||
-- },
|
-- },
|
||||||
{ "cordx56/rustowl", dependencies = { "neovim/nvim-lspconfig" } },
|
{ "cordx56/rustowl", dependencies = { "neovim/nvim-lspconfig" } },
|
||||||
-----------
|
-----------
|
||||||
-- swkhd --
|
-- swkhd --
|
||||||
-----------
|
-----------
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue