Skip to content

nagy135/visualmark-nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

visualmark-nvim

This plugin shows where marks are stored visually in buffer using virtual_text.

Screenshot

EXPLANATION

This isnt plugin that you will use often, but sometimes I tend to forget what mark name I put on line i see and with quick toggle bind you can see it's name. This is mostly my experiment with current state of lua api in nvim (and to celebrate it!), more usefull ones will follow!

INSTALLATION

Install using any plugin manager

Plug 'nagy135/visualmark-nvim'

USAGE

Provides 3 binds:

Toggle:

<leader>mm

Enable:

<leader>me

Disable:

<leader>md

CONFIGURATION

As of now, you can only rebind default bindings like this

nnoremap <leader>mm :lua require('visualmark-nvim'):toggle()<cr>

About

shows where marks are using neovim's virtual text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published