remove sneak

main
Mathias Rothenhaeusler 2023-12-31 16:09:12 +01:00
parent 9fe54bcc10
commit fbd0b7a3c8
2 changed files with 4 additions and 4 deletions

View File

@ -50,9 +50,9 @@ keymap.set('n', '<leader>2', ':diffget REMOTE<CR>')
keymap.set('n', '<M-1>', '<cmd>ToggleTerm direction=horizontal<cr>', { silent = true }) keymap.set('n', '<M-1>', '<cmd>ToggleTerm direction=horizontal<cr>', { silent = true })
-- vim-sneak -- vim-sneak
keymap.set('n', 'f', '<Plug>Sneak_s', { silent = true }) -- keymap.set('n', 'f', '<Plug>Sneak_s', { silent = true })
keymap.set('n', 'F', '<Plug>Sneak_S', { silent = true }) -- keymap.set('n', 'F', '<Plug>Sneak_S', { silent = true })
keymap.set('n', 's', 's', { silent = true }) -- keymap.set('n', 's', 's', { silent = true })
-- easymotion -- easymotion

View File

@ -8,7 +8,7 @@ return {
-- -- commenting with gc -- -- commenting with gc
"numToStr/Comment.nvim", "numToStr/Comment.nvim",
"justinmk/vim-sneak", -- "justinmk/vim-sneak",
"arkav/lualine-lsp-progress", "arkav/lualine-lsp-progress",
-- tmux & split window navigation -- tmux & split window navigation