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,
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter", -- optional
|
||||
"nvim-tree/nvim-web-devicons", -- optional
|
||||
"nvim-tree/nvim-web-devicons", -- optional
|
||||
},
|
||||
},
|
||||
{ "ThePrimeagen/refactoring.nvim" },
|
||||
|
|
@ -88,7 +88,7 @@ return {
|
|||
},
|
||||
|
||||
-- Delimiters
|
||||
{ "Raimondi/delimitMate", lazy = false },
|
||||
{ "Raimondi/delimitMate", lazy = false },
|
||||
-- lazygit
|
||||
{
|
||||
"kdheepak/lazygit.nvim",
|
||||
|
|
@ -98,7 +98,7 @@ return {
|
|||
lazy = false,
|
||||
},
|
||||
-- fzf
|
||||
{ "junegunn/fzf.vim", lazy = false },
|
||||
{ "junegunn/fzf.vim", lazy = false },
|
||||
{
|
||||
"nvim-telescope/telescope.nvim",
|
||||
config = function()
|
||||
|
|
@ -190,6 +190,7 @@ return {
|
|||
end,
|
||||
lazy = false,
|
||||
},
|
||||
{ import = "nvchad.blink.lazyspec" },
|
||||
|
||||
----------
|
||||
-- Java --
|
||||
|
|
@ -231,7 +232,7 @@ return {
|
|||
-- version = "^5", -- Recommended
|
||||
-- lazy = false, -- This plugin is already lazy
|
||||
-- },
|
||||
{ "cordx56/rustowl", dependencies = { "neovim/nvim-lspconfig" } },
|
||||
{ "cordx56/rustowl", dependencies = { "neovim/nvim-lspconfig" } },
|
||||
-----------
|
||||
-- swkhd --
|
||||
-----------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue