diff --git a/plugin/sourcer.vim b/plugin/sourcer.vim index 5dbbe35..61b06ba 100644 --- a/plugin/sourcer.vim +++ b/plugin/sourcer.vim @@ -12,6 +12,3 @@ let g:loaded_sourcer = 1 " Exposes the plugin's functions for use as commands in Neovim. command! -nargs=0 Lookup lua require("sourcer").lookup() - -" Bind to keys fo in normal mode -nnoremap fo :Lookup