diff options
Diffstat (limited to '.config/nvim/lua/config/plugins/leetcode.lua')
| -rw-r--r-- | .config/nvim/lua/config/plugins/leetcode.lua | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.config/nvim/lua/config/plugins/leetcode.lua b/.config/nvim/lua/config/plugins/leetcode.lua deleted file mode 100644 index 920aba9..0000000 --- a/.config/nvim/lua/config/plugins/leetcode.lua +++ /dev/null @@ -1,22 +0,0 @@ -return { - "kawre/leetcode.nvim", - build = function() - if vim.fn.exists(":TSUpdate") == 2 then - vim.cmd("TSUpdate html") - end - end, - dependencies = { - -- include a picker of your choice, see picker section for more details - "nvim-lua/plenary.nvim", - "MunifTanjim/nui.nvim", - }, - opts = { - -- configuration goes here - lang = "rust", - storage = { - home = vim.fn.expand("~/leetcode"), - cache = vim.fn.stdpath("cache") .. "/leetcode", - }, - image_support = false, - }, -} |
