diff --git a/lua/plugins.lua b/lua/plugins.lua index c7ca574..f979a3c 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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 -- -----------