1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-03-17 14:14:47 +01:00

NVIM: Added resolve.nvim and pantran.nvim

This commit is contained in:
2026-03-17 05:16:32 +01:00
parent 20980c76ca
commit 513f5afbe6
5 changed files with 35 additions and 7 deletions

View File

@@ -397,4 +397,6 @@ wk.add({
},
-- huynle/ogpt-nvim
{ mode = "n", "<leader>ai", ":OGPT<CR>", desc = "OGTP: Open AI View", noremap = true },
-- potamides/pantran.nvim
{ mode = {"n", "v"}, "<leader>tr", ":Pantran<CR>", desc = "Pantran: translate", noremap = true },
})