1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-11-29 17:19:44 +01:00

nvim: updated yank color

This commit is contained in:
2024-04-02 00:19:28 +02:00
parent 2b842cee47
commit 3b1eaeec65
4 changed files with 16 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
return {
{
"mvllow/modes.nvim",
config = function()
require("modes").setup()
end,
},
}