Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages