Skip to content

cxwx/trans-hover.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Trans-Hover.nvim

A simple translate plugin just for fun show translation via lsp.hover

Installation

return {
  "Lingshinx/trans-hover.nvim"
  opts = true,
  cmd = { "Trans", "TransToggle" },
  dependencies = { "folke/noice.nvim" }, -- optional
  keys = {
    { "<leader>ut", "<cmd>TransToggle<CR>", desc = "toggle trans" },
  },
}

About

display translation via lsp.hover, togglable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%