Skip to content

45Hnri/susu.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

susu.nvim

Note

ˢᵘₛᵤ.nvim helps typing Superscript and Subscript characters quickly

Tip

not all characters have a super-/subscript equivalent

Tip

if you just need numbers you could also use Vim's digraphs: <C-k>6s for or <C-k>9S for

Setup

The default config looks like this:

require("susu").setup {
    -- this table is optional for changing the default config
    binds = {
        super_in = "<Leader>S", -- next key will be converted to superscript
        sub_in = "<Leader>s", -- next key will be converted to subscript
    },
    picker = false, --optional telescope picker via require("susu").picker
}

Installation

lazy.nvim

{
    '45Hnri/susu.nvim',
    -- only needed if you want to use the picker
    dependencies = {
        'nvim-lua/plenary.nvim',
        'nvim-telescope/telescope-symbols.nvim',
        'nvim-telescope/telescope.nvim',
    }
}

Usage

About

Neovim Plugin to quickly write super-/subscript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages