summaryrefslogtreecommitdiffstats
path: root/lua/conf/plugins/leetcode.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/conf/plugins/leetcode.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/conf/plugins/leetcode.lua b/lua/conf/plugins/leetcode.lua
index bda7c08..7619c84 100644
--- a/lua/conf/plugins/leetcode.lua
+++ b/lua/conf/plugins/leetcode.lua
@@ -7,7 +7,7 @@ return { 'kawre/leetcode.nvim',
},
config = function()
-- because we're using treesitter make sure to install the html parser
- vim.cmd.TSUpdate("html")
+ vim.cmd("TSUpdate html")
end,
function()
require('leetcode').setup {