Backedup p10k for zsh and terminal. added and changed a few items for neovim.
This commit is contained in:
25
nvim/.config/nvim/lua/plugins/wtf.lua
Normal file
25
nvim/.config/nvim/lua/plugins/wtf.lua
Normal 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",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user