diff --git a/lazy-lock.json b/lazy-lock.json index 2c24e3b..3e04f5c 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -31,7 +31,7 @@ "null-ls.nvim": { "branch": "main", "commit": "0010ea927ab7c09ef0ce9bf28c2b573fc302f5a7" }, "nvim-autopairs": { "branch": "master", "commit": "9fd41181693dd4106b3e414a822bb6569924de81" }, "nvim-cmp": { "branch": "main", "commit": "538e37ba87284942c1d76ed38dd497e54e65b891" }, - "nvim-colorizer.lua": { "branch": "master", "commit": "dde3084106a70b9a79d48f426f6d6fec6fd203f7" }, + "nvim-colorizer.lua": { "branch": "master", "commit": "85855b38011114929f4058efc97af1059ab3e41d" }, "nvim-lsp-installer": { "branch": "main", "commit": "17e0bfa5f2c8854d1636fcd036dc8284db136baa" }, "nvim-lspconfig": { "branch": "master", "commit": "cf3dd4a290084a868fac0e2e876039321d57111c" }, "nvim-material-icon": { "branch": "main", "commit": "602088c2682e61cbebd7191de7dc88bfa90c6890" }, diff --git a/lua/user/keymaps.lua b/lua/user/keymaps.lua index 260fef9..04edd13 100644 --- a/lua/user/keymaps.lua +++ b/lua/user/keymaps.lua @@ -51,8 +51,8 @@ keymap("v", "", "lua require('Comment.api').toggle.linewise(vim.f keymap("i", "", "lua require('Comment.api').toggle.linewise(vim.fn.visualmode())", opts) keymap("i", "", "lua require('Comment.api').toggle.linewise.current()$i", opts) keymap("n", "", "lua require('Comment.api').toggle.linewise.current()$i", opts) -keymap("n", "", "lua _LIVE_SERVER()", opts) -keymap("i", "", "lua _LIVE_SERVER()", opts) +-- keymap("n", "", "lua _LIVE_SERVER()", opts) +-- keymap("i", "", "lua _LIVE_SERVER()", opts) -- Resize with arrows -- cona