mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
Initial Commit
This commit is contained in:
commit
fd4cc7c8e6
31 changed files with 2687 additions and 0 deletions
10
nvim/plugin/eyeliner.lua
Normal file
10
nvim/plugin/eyeliner.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
if vim.g.did_load_eyeliner_plugin then
|
||||
return
|
||||
end
|
||||
vim.g.did_load_eyeliner_plugin = true
|
||||
|
||||
-- Highlights unique characters for f/F and t/T motions
|
||||
require('eyeliner').setup {
|
||||
highlight_on_key = true, -- show highlights only after key press
|
||||
dim = true, -- dim all other characters
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue