Skip to content

Commit

Permalink
feat(nvim): rm leap
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Aug 5, 2024
1 parent e1c5857 commit 036576b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions home/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,6 @@ in {
let g:VM_custom_motions = {'h': ';', ';': 'l', 'l': 'k', 'k': 'j', 'j': 'h'}
let g:VM_mouse_mappings = 1
" Leap
lua require('leap').add_default_mappings()
" Vim-test
let test#strategy = "toggleterm"
let g:test#rust#runner = 'cargonextest'
Expand Down Expand Up @@ -367,7 +364,6 @@ in {
'';
type = "lua";
}
nixos-unstable.vimPlugins.leap-nvim
{
plugin = lf-nvim;
config = ''
Expand Down

0 comments on commit 036576b

Please sign in to comment.