chore(nvim): optimize lazy loading

This commit is contained in:
js0ny 2025-03-05 01:31:11 +00:00
parent 6f3665bf47
commit f12260deb2
8 changed files with 79 additions and 13 deletions

View file

@ -25,6 +25,10 @@ return {
{
"kawre/leetcode.nvim",
build = ":TSUpdate html", -- if you have `nvim-treesitter` installed
cmd = {
"Leet",
},
event = "VeryLazy",
dependencies = {
"nvim-telescope/telescope.nvim",
-- "ibhagwan/fzf-lua",