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