Skip to content

ferplnat/truefalse.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invert boolean values at your cursor!

This is a suuuuuper simple Neovim plugin that I made -- mostly just to figure out the anatomy of a Neovim plugin.

Configuration

require('truefalse').setup({
    keymap = '<Leader>ff' -- Default, just a config example.
})

Usage

<Leader>ff -- This is the default bind to 'flip flop' boolean values at your cursor

:TFInvert is the command; for your remapping pleasure.

About

Simple neovim plugin to flip booleans

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published