Skip to content

srpmtt/nvim-guid-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

nvim-guid-generator

A simple plugin to generate and insert GUIDs into Neovim buffer.

Installation

Install with your preferred package manager

srpmtt/nvim-guid-generator

Usage

The InsertGuid command can be used to insert a GUID at the current cursor position. The command takes an optional format argument that specifies the format of the generated GUID.

The following formats are supported:

  • 'uppercase': generates an uppercase GUID.
  • 'nodash': generates a GUID without dashes.
  • 'nodash-uppercase': generates an uppercase GUID without dashes.

Example

" Generate a standard lowercase GUID with dashes
:InsertGuid

" Generate a standard lowercase GUID without dashes
:InsertGuid nodash

" Generate an uppercase GUID with dashes
:InsertGuid uppercase

" Generate an uppercase GUID without dashes
:InsertGuid nodash-uppercase

About

Simple plugin to generate GUIDs

Topics

Resources

License

Stars

Watchers

Forks

Languages