reset to new lazy and nvim

This commit is contained in:
2025-05-08 22:34:16 -07:00
parent 207cbdbad0
commit afa8d1fd33
5 changed files with 10 additions and 186 deletions

View File

@ -1,5 +1,3 @@
-- Keymaps are automatically loaded on the VeryLazy event
-- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua
-- Add any additional keymaps here
--
vim.keymap.set("n", "<leader>fq", ":Telescope grep_string<cr>", { desc = "Quick Grep Find" })