Skip to content

bwintertkb/enclose_nav.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

enclose_nav

This is a small plugin which currently let's you jump past the the next closure, i.e. if you have the following

let a = vec![(1, 2, 3), (4, 5, 6)];

and you cursor is on the l of let then by pressing ctrl and e in insert mode the cursor would jump to the after the closing bracket of 3, then 6 and the after ].

Installation

Using packer

use 'bwintertkb/enclose_nav.nvim'

Setup

require("enclose_nav").setup()

License

The plugin is ditributed under the Apache License, Version 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages