Skip to content

Commit

Permalink
Swap out vim-sneak for leap.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
benewberg committed Feb 10, 2023
1 parent 0718709 commit b835358
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lua/plug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Plug 'lewis6991/gitsigns.nvim'
Plug 'lukas-reineke/indent-blankline.nvim'
Plug 'numToStr/Comment.nvim'
Plug 'kylechui/nvim-surround'
Plug 'justinmk/vim-sneak'
Plug 'ggandor/leap.nvim'
Plug 'numToStr/FTerm.nvim'
Plug 'folke/which-key.nvim'
Plug 'windwp/nvim-autopairs'
Expand Down
1 change: 0 additions & 1 deletion lua/plugin/ayu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ require('ayu').setup({
ReplaceMode = {fg = colors.markup, bg = colors.bg, reverse = true, bold = true},
OtherMode = {fg = colors.constant, bg = colors.bg, reverse = true, bold = true},
ScrollBar = {fg = colors.accent, bg = colors.selection_inactive},
Sneak = {fg = colors.bg, bg = colors.special, bold = true},
GitSignsChangeDelete = {fg = colors.constant},
['@variable.builtin'] = {fg = colors.constant, italic = true},
}
Expand Down
2 changes: 1 addition & 1 deletion lua/plugin/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ require "plugin.indent_blankline"
require "plugin.mini_map"
require "plugin.nvim-yati"
require "plugin.nvim-surround"
require "plugin.sneak"
require "plugin.leap"
require "plugin.treesitter"
require "plugin.which-key"
1 change: 1 addition & 0 deletions lua/plugin/leap.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require('leap').add_default_mappings()
1 change: 0 additions & 1 deletion lua/plugin/sneak.lua

This file was deleted.

0 comments on commit b835358

Please sign in to comment.