Nvim: add highlight on yank

This commit is contained in:
Marko Korhonen 2022-11-09 09:01:45 +02:00
parent e6a329830a
commit 4b7d694731
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,4 @@
require("keybinds")
require("settings")
require("highlight_yank")
require("plugins.init")