Backedup p10k for zsh and terminal. added and changed a few items for neovim.

This commit is contained in:
Norm Rasmussen
2023-12-21 16:48:41 -05:00
parent 7325aa5b0e
commit 3e760c72c1
7 changed files with 1761 additions and 60 deletions

View File

@ -0,0 +1,25 @@
return {
"piersolenski/wtf.nvim",
dependencies = {
"MunifTanjim/nui.nvim",
},
opts = {},
keys = {
{
"gw",
mode = { "n", "x" },
function()
require("wtf").ai()
end,
desc = "Debug diagnostic with AI",
},
{
mode = { "n" },
"gW",
function()
require("wtf").search()
end,
desc = "Search diagnostic with Google",
},
},
}