diff --git a/lazy-lock.json b/lazy-lock.json index c03c914..afbbcdb 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -43,7 +43,7 @@ "nvim-notify": { "branch": "master", "commit": "fbef5d32be8466dd76544a257d3f3dce20082a07" }, "nvim-scrollview": { "branch": "main", "commit": "bc37a942debe191fffd072f0f1f2ec7c56c54b17" }, "nvim-tree.lua": { "branch": "master", "commit": "4a9e82d10a3715d0c3845e1d2f66ddfb8b711253" }, - "nvim-treesitter": { "branch": "master", "commit": "48fc5d1dfe3dded8028826dfee7526e26212c73b" }, + "nvim-treesitter": { "branch": "master", "commit": "46a6587a23eb842411e27f325280e8d7f71bd00a" }, "nvim-treesitter-textobjects": { "branch": "master", "commit": "3e450cd85243da99dc23ebbf14f9c70e9a0c26a4" }, "nvim-ts-autotag": { "branch": "main", "commit": "e239a560f338be31337e7abc3ee42515daf23f5e" }, "nvim-ts-context-commentstring": { "branch": "main", "commit": "9c74db656c3d0b1c4392fc89a016b1910539e7c0" }, diff --git a/lua/plugins/liveserver.lua b/lua/plugins/liveserver.lua index b2e14de..3959aca 100644 --- a/lua/plugins/liveserver.lua +++ b/lua/plugins/liveserver.lua @@ -1,7 +1,7 @@ return { "barrett-ruth/live-server.nvim", build = "npm i -g live-server", - cmd = { "LiveServerStart", "LiveServerStop" }, + cmd = { "LiveServerStart", "LiveServerStop", "LiveServerToggle" }, config = true, keys = { { "rl", "", desc = " LiveServer" },