junegunn / vim-plug

:hibiscus: Minimalist Vim Plugin Manager
https://junegunn.github.io/vim-plug/
MIT License
34.13k stars 1.93k forks source link

Plug Mappings Missing #1154

Closed agregson47 closed 2 years ago

agregson47 commented 2 years ago

Several plugins installed - Netrw and surround On initial load mappings are installed After period of use and possible an edit/reload of .vimrc the plug mappings disappear Plugins remain active - just mappings do not access them Exit and re-open VIM works PlugStatus shows plugins loaded. PlugUpdate shows all up to date

I cannot find a way to reload the mappings other than exit and relaunch.

Not an expert user so apologies if I have asked in wrong place. I have checked all faq and cannot see a mention


:version
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Sep 24 2021 14:13:28)
macOS version - x86_64
Included patches: 1-3455
Compiled by GitHub Actions
Huge version with MacVim GUI.  Features included (+) or not (-):
+acl               +cryptv            +fork()            +mksession         +path_extra        +startuptime       +vartabs
+arabic            +cscope            +fullscreen        +modify_fname      +perl/dyn          +statusline        +vertsplit
+autocmd           +cursorbind        +gettext           +mouse             +persistent_undo   -sun_workshop      +virtualedit
+autochdir         +cursorshape       -hangul_input      +mouseshape        +popupwin          +syntax            +visual
-autoservername    +dialog_con_gui    +iconv             +mouse_dec         +postscript        +tag_binary        +visualextra
+balloon_eval      +diff              +insert_expand     -mouse_gpm         +printer           -tag_old_static    +viminfo
+balloon_eval_term +digraphs          +ipv6              -mouse_jsbterm     +profile           -tag_any_white     +vreplace
+browse            +dnd               +job               +mouse_netterm     +python/dyn        -tcl               +wildignore
++builtin_terms    -ebcdic            +jumplist          +mouse_sgr         +python3/dyn       +termguicolors     +wildmenu
+byte_offset       +emacs_tags        +keymap            -mouse_sysmouse    +quickfix          +terminal          +windows
+channel           +eval              +lambda            +mouse_urxvt       +reltime           +terminfo          +writebackup
+cindent           +ex_extra          +langmap           +mouse_xterm       +rightleft         +termresponse      -X11
+clientserver      +extra_search      +libcall           +multi_byte        +ruby/dyn          +textobjects       -xfontset
+clipboard         -farsi             +linebreak         +multi_lang        +scrollbind        +textprop          +xim
+cmdline_compl     +file_in_path      +lispindent        -mzscheme          +signs             +timers            -xpm
+cmdline_hist      +find_in_path      +listcmds          +netbeans_intg     +smartindent       +title             -xsmp
+cmdline_info      +float             +localmap          +num64             -sodium            +toolbar           -xterm_clipboard
+comments          +folding           +lua/dyn           +odbeditor         -sound             +transparency      -xterm_save
+conceal           -footer            +menu              +packages          +spell             +user_commands
   system vimrc file: "$VIM/vimrc"
     user vimrc file: "$HOME/.vimrc"
 2nd user vimrc file: "~/.vim/vimrc"
      user exrc file: "$HOME/.exrc"
  system gvimrc file: "$VIM/gvimrc"
    user gvimrc file: "$HOME/.gvimrc"
2nd user gvimrc file: "~/.vim/gvimrc"
       defaults file: "$VIMRUNTIME/defaults.vim"
    system menu file: "$VIMRUNTIME/menu.vim"
  fall-back for $VIM: "/Applications/MacVim.app/Contents/Resources/vim"
Compilation: clang -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X -DMACOS_X_DARWIN -g -O2 -arch
 x86_64 -arch arm64 -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wall -Wextra -Wshadow -Werror -Wno-error=missing-field-initializers
-Wno-error=deprecated-declarations -Wno-error=unused-function
Linking: clang -L. -fstack-protector-strong -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/
readline/lib -L. -fstack-protector-strong -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/re
adline/lib -arch x86_64 -arch arm64 -L/usr/local/lib -o Vim -lm -lncurses -liconv /usr/local/lib/libintl.a -framework AppKit -fstack-protect
or -L/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE   
junegunn commented 2 years ago

It doesn't sound like an issue of vim-plug. vim-plug simply makes sure that the plugins are loaded. Once the plugins are loaded, vim-plug doesn't interfere with them.