mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
perf(nvim): Apply lazy load for all plugins
This commit is contained in:
parent
1716712787
commit
48331347fd
23 changed files with 274 additions and 203 deletions
|
|
@ -1,23 +1,24 @@
|
|||
return {
|
||||
{ "nvim-lua/plenary.nvim", lazy = true },
|
||||
{ "wakatime/vim-wakatime", lazy = false },
|
||||
{ import = "plugins.mod.toggleterm" },
|
||||
{
|
||||
"CRAG666/code_runner.nvim",
|
||||
config = true,
|
||||
keys = {
|
||||
{ "<leader>cr", "<cmd>RunCode<CR>", desc = "Run code" },
|
||||
},
|
||||
dependencies = {
|
||||
|
||||
{
|
||||
"CRAG666/betterTerm.nvim",
|
||||
opts = {
|
||||
position = "bot",
|
||||
size = 15,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
-- {
|
||||
-- "CRAG666/code_runner.nvim",
|
||||
-- config = true,
|
||||
-- keys = {
|
||||
-- { "<leader>cr", "<cmd>RunCode<CR>", desc = "Run code" },
|
||||
-- },
|
||||
-- dependencies = {
|
||||
--
|
||||
-- {
|
||||
-- "CRAG666/betterTerm.nvim",
|
||||
-- opts = {
|
||||
-- position = "bot",
|
||||
-- size = 15,
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
{ import = "plugins.mod.which-keys-nvim" },
|
||||
{ import = "plugins.mod.copilot-lua" },
|
||||
{ import = "plugins.mod.avante-nvim" },
|
||||
|
|
@ -27,7 +28,8 @@ return {
|
|||
cmd = {
|
||||
"Leet",
|
||||
},
|
||||
event = "VeryLazy",
|
||||
lazy = true,
|
||||
-- event = "VeryLazy",
|
||||
dependencies = {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
-- "ibhagwan/fzf-lua",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue