mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
chore(nvim): optimize lazy loading
This commit is contained in:
parent
6f3665bf47
commit
f12260deb2
8 changed files with 79 additions and 13 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue