Skip to content

vodchella/hodur.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hodur Awesome

License: MIT

Hodur.nvim is a plugin for Neovim that allows you to quickly open a file or copy URL located under the cursor.

demo

Contents

Features

  • Jump to the file under cursor.
    • Supports formats: file, file:line, file:line:column.
    • Automatically positions the cursor at the correct location.
    • Highlight target line
  • Copy URL under cursor to the clipboard:
    • Support for http(s):// and ftp:// URLs
    • Highlight copied text
  • Configurable hotkey (default is Ctrl+G).

Installation

use {
    'vodchella/hodur.nvim',
    config = function()
        require('hodur').setup({
            key = "<C-g>"
        })
    end
}

About

Plugin for Neovim that allows you to quickly open a file located under the cursor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages