Skip to content

paytonward6/base64.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

base64.nvim

Installation

Call require("base64").setup() after installing via one of the following methods (or use your other, favorite package manager)

lazy.nvim

{'paytonward6/base64.nvim'},

Packer

use {'paytonward6/base64.nvim'},

Plug

Plug 'paytonward6/base64.nvim',

Usage

base64.nvim works on visual selections only. The two commands created are:

  • Base64Encode [yaml]
  • Base64Decode [yaml]

Where [yaml] is an optional parameter that will encode only the value of a key-value pair delimited by : while also preserving indentation. Without this parameter, the entire line will be encoded.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages