Skip to content

hadikhamoud/hover-rtl.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

hover-rtl.nvim

A Neovim plugin that displays Arabic text in RTL (right-to-left) format when hovering over it.

Using lazy.nvim

{
  "hadikhamoud/hover-rtl.nvim",
  config = function()
    require("hover-rtl").setup({
      enabled = true,
      border = "rounded",
      highlight = "NormalFloat",
    })
  end,
}

About

plugin show RTL text correctly on hover

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages