diff --git a/lazy-lock.json b/lazy-lock.json index 91f0c38..6dd0a97 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -43,7 +43,7 @@ "nvim-ts-autotag": { "branch": "main", "commit": "8515e48a277a2f4947d91004d9aa92c29fdc5e18" }, "nvim-ts-context-commentstring": { "branch": "main", "commit": "1277b4a1f451b0f18c0790e1a7f12e1e5fdebfee" }, "nvim-ts-rainbow2": { "branch": "master", "commit": "b3120cd5ae9ca524af9cb602f41e12e301fa985f" }, - "nvim-web-devicons": { "branch": "master", "commit": "43aa2ddf476012a2155f5f969ee55ab17174da7a" }, + "nvim-web-devicons": { "branch": "master", "commit": "808627b8d412b2a6b6fc6eed816fec3557198b01" }, "plenary.nvim": { "branch": "master", "commit": "50012918b2fc8357b87cff2a7f7f0446e47da174" }, "smart-splits.nvim": { "branch": "master", "commit": "c8a9173d70cbbd1f6e4a414e49e31df2b32a1362" }, "telescope.nvim": { "branch": "master", "commit": "3466159b0fcc1876483f6f53587562628664d850" }, diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 9046948..525e116 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -66,18 +66,18 @@ return { history = true, delete_check_events = "TextChanged", }, - -- stylua: ignore - keys = { - -- { - -- "", - -- function() - -- return require("luasnip").jumpable(1) and "luasnip-jump-next" or "" - -- end, - -- expr = true, silent = true, mode = "i", - -- }, - { "", function() require("luasnip").jump(1) end, mode = "s" }, - { "", function() require("luasnip").jump(-1) end, mode = { "i", "s" } }, - }, + -- stylua: ignore + keys = { + -- { + -- "", + -- function() + -- return require("luasnip").jumpable(1) and "luasnip-jump-next" or "" + -- end, + -- expr = true, silent = true, mode = "i", + -- }, + { "", function() require("luasnip").jump(1) end, mode = "s" }, + { "", function() require("luasnip").jump(-1) end, mode = { "i", "s" } }, + }, }, { "neovim/nvim-lspconfig", @@ -244,7 +244,7 @@ return { -- build = "npm install -g live-server", -- }, -- for multi cursor select - { "mg979/vim-visual-multi", event = "InsertEnter" }, + { "mg979/vim-visual-multi", event = "BufWinEnter" }, -- for auto close tag { "windwp/nvim-ts-autotag",