From 9de7faf8f41af9e369f10ca531f9db1582ef2486 Mon Sep 17 00:00:00 2001 From: Rokas Puzonas Date: Mon, 1 Nov 2021 00:25:32 +0200 Subject: [PATCH] fix: remove unused file --- lua/sneak.lua | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 lua/sneak.lua diff --git a/lua/sneak.lua b/lua/sneak.lua deleted file mode 100644 index 476d1d7..0000000 --- a/lua/sneak.lua +++ /dev/null @@ -1,19 +0,0 @@ -let g:sneak#label = 1 - -" case insensitive sneak -let g:sneak#use_ic_scs = 1 - -" immediately move to the next instance of search, if you move the cursor sneak is back to default behavior -let g:sneak#s_next = 1 - -" remap so I can use , and ; with f and t -map gS Sneak_, -map gs Sneak_; - -" Change the colors -" highlight Sneak guifg=black guibg=#00C7DF ctermfg=black ctermbg=cyan -" highlight SneakScope guifg=red guibg=yellow ctermfg=red ctermbg=yellow - -" Cool prompts -" let g:sneak#prompt = '🕵' -let g:sneak#prompt = '🔎'