summaryrefslogtreecommitdiff
path: root/dot_config/nvim/lua/plugins/trash/leetcode.luaa
blob: a057b2d68f82eb09cceb23b4d64bd87b473185ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
return {
    "kawre/leetcode.nvim",
    build = ":TSUpdate html", -- if you have `nvim-treesitter` installed
    dependencies = {
        -- include a picker of your choice, see picker section for more details
        "nvim-lua/plenary.nvim",
        "MunifTanjim/nui.nvim",
    },
    opts = {
        -- configuration goes here
    },
}