summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/plugin/quickscope.lua
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-21 17:07:02 +0100
committerJoe <rbo@gmx.us>2023-12-21 17:07:02 +0100
commit62946031981efcaa0183e72899cc03a001ec932f (patch)
tree944dc218c10961ab99b465641c5eeee6aa783733 /.config/nvim/after/plugin/quickscope.lua
parentup (diff)
downloaddotfiles-bsd-62946031981efcaa0183e72899cc03a001ec932f.tar.gz
dotfiles-bsd-62946031981efcaa0183e72899cc03a001ec932f.tar.bz2
dotfiles-bsd-62946031981efcaa0183e72899cc03a001ec932f.tar.xz
dotfiles-bsd-62946031981efcaa0183e72899cc03a001ec932f.tar.zst
dotfiles-bsd-62946031981efcaa0183e72899cc03a001ec932f.zip
up
Diffstat (limited to '')
-rw-r--r--.config/nvim/after/plugin/quickscope.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/.config/nvim/after/plugin/quickscope.lua b/.config/nvim/after/plugin/quickscope.lua
deleted file mode 100644
index e024bba..0000000
--- a/.config/nvim/after/plugin/quickscope.lua
+++ /dev/null
@@ -1,7 +0,0 @@
--- Quickscope
--- vim.g.qs_highlight_on_keys = { 'f', 'F', 't', 'T' }
--- vim.g.qs_max_chars=150
--- vim.cmd [[
--- highlight QuickScopePrimary guifg='#00C7DF' gui=underline ctermfg=155 cterm=underline
--- highlight QuickScopeSecondary guifg='#afff5f' gui=underline ctermfg=81 cterm=underline
--- ]]