Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ivyl/highlight-annotate.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

22 Commits

Repository files navigation

highlight-annotate.nvim

Highlight-annotate.nvim is a plugin for aiding reading and analyzing text files such as logs or program sources.

The highlights and annotations are not persistent and last only for the current editing session.

Install

packer.nvim:

use { 'ivyl/highlight-annotate.nvim', config = function()
 require'highlight-annotate'.setup({})
end }

Docs

:help highlight-annotate.txt

Highlight

Local to window.

:HA hl

Preview

:HA list

:HA del-hl

Annotate

Local to buffer.

:HA a

Preview

:HA del-a

Search Annotations

Requires telescope.nvim

local telescope = require 'telescope'
-- regular telescope setup goes here
telescope.load_extension('highlight-annotate')
vim.keymap.set('n', '<leader>fa', telescope.extensions["highlight-annotate"].annotations)

:Telescope highlight-annotate annotations or use the mapping.

Preview

About

neovim plugin for aiding reading and analyzing text files

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /