2023-12-17 22:24:47 +00:00
|
|
|
---
|
|
|
|
layout: post
|
|
|
|
title: Highlight Plugin
|
|
|
|
categories: project
|
2023-12-24 05:00:26 +00:00
|
|
|
tags: [vim]
|
|
|
|
href: "https://git.jrpotter.com/r/vim-highlight"
|
2023-12-18 00:42:45 +00:00
|
|
|
image: vim.png
|
2023-12-17 22:24:47 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
A small Vim plugin that maintains a custom registry for manipulating highlights.
|
|
|
|
This registry allows highlighting different keywords without overriding previous
|
2023-12-24 04:49:05 +00:00
|
|
|
searches. Includes a small snippet for including the active highlight from
|
2023-12-17 22:24:47 +00:00
|
|
|
within the statusline.
|