More stuff from laptop

This commit is contained in:
2025-12-22 10:51:54 -06:00
parent e4f1fe8e05
commit 11863984ca
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
return {
'kawre/leetcode.nvim',
build = ':TSUpdate html',
dependencies = {
'nvim-lua/plenary.nvim',
'MunifTanjim/nui.nvim',
},
opts = { },
}

View File

@@ -0,0 +1,8 @@
return {
{
'chomosuke/typst-preview.nvim',
lazy = false, -- or ft = 'typst'
version = '1.*',
opts = {}, -- lazy.nvim will implicitly calls `setup {}`
},
}