Skip to content

a vhdl-stutter-mode from emacs for general nvim use, with custom bindable stutter bindings

Notifications You must be signed in to change notification settings

Someone-s-out-there/stutter.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

README

WARNING this project is WIP and not really for general use the main branch is wildy unstable. since it isn't a project meant for anybody but me, However if your willing to deal with a breaking commit every once in a while, Enjoy

This plugin for neovim allows the mapping of key combinations in insert mode to provide a different character e.g. '..' => '>'

Installation

use {'Someone-s-out-there/stutter.nvim'}

require('stutter').setup({
    {"{pattern}","{replacement}"},
    })

Usage

if you want a mapping like ;; => : as a sub map of ;;;=> := you should pass it into the setup like the following

require('stutter').setup({
    {";;",":" ,"vhdl"},
    {":;",":=","vhdl"},
    {",,","<LT>=","vhdl"}, -- < are dangerous use <LT> as replacement
    {"..","=>","vhdl"},
    })

About

a vhdl-stutter-mode from emacs for general nvim use, with custom bindable stutter bindings

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages