add nvchad blink integration

This commit is contained in:
ArgentumCation 2025-09-16 14:53:19 -04:00
parent 42c1f0b966
commit b07b0b06b1

View file

@ -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 --
-----------