diff --git a/lazy-lock.json b/lazy-lock.json index ba48640..9775e7e 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -11,16 +11,16 @@ "cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" }, "cmp_luasnip": { "branch": "master", "commit": "05a9ab28b53f71d1aece421ef32fee2cb857a843" }, "code_runner.nvim": { "branch": "main", "commit": "701807c4f181cd00d4fad0280bbc821324cbe3c1" }, - "codeium.vim": { "branch": "main", "commit": "cf55f8d0cc4e0505432fca6501160f775fe0e605" }, + "codeium.vim": { "branch": "main", "commit": "949f625902855a436dd08ed220a147976aab4e58" }, "dressing.nvim": { "branch": "master", "commit": "8b7ae53d7f04f33be3439a441db8071c96092d19" }, "fidget.nvim": { "branch": "main", "commit": "0ba1e16d07627532b6cae915cc992ecac249fb97" }, "friendly-snippets": { "branch": "main", "commit": "53d3df271d031c405255e99410628c26a8f0d2b0" }, "gitsigns.nvim": { "branch": "main", "commit": "6ef8c54fb526bf3a0bc4efb0b2fe8e6d9a7daed2" }, "impatient.nvim": { "branch": "main", "commit": "969f2c5c90457612c09cf2a13fee1adaa986d350" }, - "indent-blankline.nvim": { "branch": "master", "commit": "f3eb33c04c3c5028b4efa7dbf8f68abdb6ab50ed" }, + "indent-blankline.nvim": { "branch": "master", "commit": "258b5d899da7c681ce0e0225de32c593f3914c27" }, "lazy.nvim": { "branch": "main", "commit": "96584866b9c5e998cbae300594d0ccfd0c464627" }, "lualine.nvim": { "branch": "master", "commit": "2248ef254d0a1488a72041cfb45ca9caada6d994" }, - "mason-lspconfig.nvim": { "branch": "main", "commit": "4eb8e15e3c0757303d4c6dea64d2981fc679e990" }, + "mason-lspconfig.nvim": { "branch": "main", "commit": "56e435e09f8729af2d41973e81a0db440f8fe9c9" }, "mason-null-ls.nvim": { "branch": "main", "commit": "d1f7258f80867f718d643d88eee66959671a4bef" }, "mason.nvim": { "branch": "main", "commit": "41e75af1f578e55ba050c863587cffde3556ffa6" }, "mini.animate": { "branch": "main", "commit": "626c51eba5d344572d6da0938044a73369de8b8b" }, @@ -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": "a1425903ab52a0a0460622519e827f224e5b4fee" }, + "nvim-web-devicons": { "branch": "master", "commit": "aff5f50b34754335a312c9b3dc5b245f605ce437" }, "plenary.nvim": { "branch": "master", "commit": "50012918b2fc8357b87cff2a7f7f0446e47da174" }, "smart-splits.nvim": { "branch": "master", "commit": "c8a9173d70cbbd1f6e4a414e49e31df2b32a1362" }, "telescope.nvim": { "branch": "master", "commit": "f336f8cfab38a82f9f00df380d28f0c2a572f862" }, diff --git a/lua/user/keymaps.lua b/lua/user/keymaps.lua index 2d5e3c0..260fef9 100644 --- a/lua/user/keymaps.lua +++ b/lua/user/keymaps.lua @@ -52,6 +52,7 @@ keymap("i", "", "lua require('Comment.api').toggle.linewise(vim.f 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) -- Resize with arrows -- cona @@ -61,7 +62,9 @@ keymap("n", "", "lua _LIVE_SERVER()", opts) -- Navigate buffers keymap("n", "", ":bnext", opts) +keymap("n", "", ":bnext", opts) keymap("n", "", ":bprevious", opts) +keymap("n", "", ":bprevious", opts) -- Move text up and down keymap("n", "", ":m .+1==gi", opts) @@ -105,7 +108,6 @@ keymap("n", "", "m+", opts) keymap("n", "", "m-2", opts) keymap("i", "", "w", opts) keymap("n", "", "w", opts) -keymap("i", "", "LiveServer start", opts) keymap("n", "q", "q", opts) keymap("x", "", ":'<,'>t'>", opts) diff --git a/lua/user/webdevicons.lua b/lua/user/webdevicons.lua index 210ac6d..07d24a9 100644 --- a/lua/user/webdevicons.lua +++ b/lua/user/webdevicons.lua @@ -41,7 +41,7 @@ material_icon.setup({ }, ["json"] = { icon = "", - color = "#dbb7b7", + color = "#ca8984", cterm_color = "220", name = "json", }, @@ -126,7 +126,7 @@ web_devicons.setup({ name = "eslintignore", }, ["jest.config.js"] = { - icon = "󰙨", + icon = "󰚐", color = "#e37575", cterm_color = "220", name = "jestconfig",