Skip to content

Commit

Permalink
feat(color): add modes.nvim plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Mar 13, 2023
1 parent 4795909 commit 92a78e4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/astrocommunity/color/modes-nvim/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# modes.nvim

**Repository:** https://github.com/mvllow/modes.nvim

_Note:_ This also disables `which-key` for operators in Neovim as this conflicts with this plugin.

Prismatic line decorations for the adventurous vim user
9 changes: 9 additions & 0 deletions lua/astrocommunity/color/modes-nvim/modes-nvim.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
return {
{ "folke/which-key.nvim", opts = { plugins = { presets = { operators = false } } } },
{
"mvllow/modes.nvim",
version = "^0.2",
event = "VeryLazy",
opts = {},
},
}

0 comments on commit 92a78e4

Please sign in to comment.