Ver código fonte

dev: automated commit - 2025-12-22 17:06:23

Mariano Z. 1 mês atrás
pai
commit
ea33812165
2 arquivos alterados com 1 adições e 1 exclusões
  1. 0 1
      lazy-lock.json
  2. 1 0
      lua/plugins/fzf.lua

+ 0 - 1
lazy-lock.json

@@ -22,7 +22,6 @@
   "nvim-colorizer.lua": { "branch": "master", "commit": "a065833f35a3a7cc3ef137ac88b5381da2ba302e" },
   "nvim-dbee": { "branch": "master", "commit": "dda517694889a5d238d7aa407403984da9f80cc0" },
   "nvim-lastplace": { "branch": "main", "commit": "0bb6103c506315044872e0f84b1f736c4172bb20" },
-  "nvim-lint": { "branch": "master", "commit": "7a64f4067065c16a355d40d0d599b8ca6b25de6d" },
   "nvim-lspconfig": { "branch": "master", "commit": "361dd9d5f3f8ae3d8c721f4f2c21847050538b1f" },
   "nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
   "nvim-ts-context-commentstring": { "branch": "main", "commit": "1b212c2eee76d787bbea6aa5e92a2b534e7b4f8f" },

+ 1 - 0
lua/plugins/fzf.lua

@@ -57,6 +57,7 @@ M.config = function()
       fd_opts = "--hidden --no-ignore --type f" .. exclude_opts,
     })
   end, { desc = "Find Files" })
+
   nmap(";", fzf_lua.buffers, { desc = "Find Buffers" })
   nmap("sb", fzf_lua.grep_curbuf, { desc = "Search Current Buffer" })
   nmap("gw", fzf_lua.grep_cword, { desc = "Search word under cursor" })