first commit

This commit is contained in:
FabricSoul 2024-12-19 03:58:54 -05:00
commit 8450ea8068
61 changed files with 3269 additions and 0 deletions

View file

@ -0,0 +1,22 @@
return {
{
"kawre/leetcode.nvim",
build = ":TSUpdate html",
dependencies = {
"nvim-telescope/telescope.nvim",
"nvim-lua/plenary.nvim", -- required by telescope
"MunifTanjim/nui.nvim",
-- optional
"nvim-treesitter/nvim-treesitter",
"rcarriga/nvim-notify",
"nvim-tree/nvim-web-devicons",
},
opts = {
-- configuration goes here
---@type lc.lang
-- lang = "rust",
lang = "golang",
},
},
}