Skip to content

danporterhonor/uuid-hex.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

uuid-hex.nvim

convert uuid to hex to hex literal and back again

Installation

Using lazy.nvim

-- plugins/uuid-hex.lua
return {
  'danporterhonor/uuid-hex.nvim',

  config = function()
    local uuid_hex = require('uuid-hex')
    vim.keymap.set('n', '<leader>th', uuid_hex.toggle, {})
  end,
}

About

convert uuid to hex to hex literal and back again

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages