Skip to content

A simple pairs plugin written in FP style using Lua.

License

Notifications You must be signed in to change notification settings

nvimdev/fnpairs.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fnpairs.nvim

A simple pairs plugin written in FP style using Lua.

Install

install with any plugin manager or built-in package.

no setup function is used, fnpairs will work after loaded.

using vim.g.fnpairs add new pairs list. below is default paris list.

{
    ['('] = ')',
    ['['] = ']',
    ['{'] = '}',
    ['"'] = '"',
    ["'"] = "'",
    ['`'] = '`',
}

License MIT

About

A simple pairs plugin written in FP style using Lua.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages