Updated nvim config

This commit is contained in:
2025-05-11 03:38:48 -05:00
parent f13d1d134a
commit b5704ecf1d
17 changed files with 134 additions and 21 deletions
+1
View File
@@ -5,4 +5,5 @@ return {
{'<A-,>', "<cmd>Telescope live_grep<cr>", desc = "Telescope live grep"}
},
requires = { "nvim-lua/plenary.nvim", "BurntSushi/ripgrep" },
opts = {}
}