mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-03-17 06:04:47 +01:00
19 lines
305 B
Lua
19 lines
305 B
Lua
return {
|
|
-- translator
|
|
"potamides/pantran.nvim",
|
|
opts = {
|
|
default_engine = "google",
|
|
-- default_engine = "deepl",
|
|
engines = {
|
|
deepl = {
|
|
default_target = "de",
|
|
},
|
|
google = {
|
|
fallback = {
|
|
default_target = "de",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|