Advertisement
bhaveshverma333

wilder.nvim rplugin file

Jan 27th, 2024
1,104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 1.97 KB | Software | 0 0
  1. " perl plugins
  2.  
  3.  
  4. " node plugins
  5.  
  6.  
  7. " python3 plugins
  8. call remote#host#RegisterPlugin('python3', 'C:/Users/bhaveshverma/AppData/Local/nvim/plugged/wilder.nvim/rplugin/python3/wilder', [
  9.       \ {'sync': v:true, 'name': '_wilder_python_basic_highlight', 'type': 'function', 'opts': {}},
  10.       \ {'sync': 'urgent', 'name': '_wilder_python_clap_filt', 'type': 'function', 'opts': {}},
  11.       \ {'sync': 'urgent', 'name': '_wilder_python_cpsm_filt', 'type': 'function', 'opts': {}},
  12.       \ {'sync': v:true, 'name': '_wilder_python_cpsm_highlight', 'type': 'function', 'opts': {}},
  13.       \ {'sync': 'urgent', 'name': '_wilder_python_difflib_sort', 'type': 'function', 'opts': {}},
  14.       \ {'sync': 'urgent', 'name': '_wilder_python_file_finder', 'type': 'function', 'opts': {}},
  15.       \ {'sync': 'urgent', 'name': '_wilder_python_fruzzy_filt', 'type': 'function', 'opts': {}},
  16.       \ {'sync': 'urgent', 'name': '_wilder_python_fuzzy_filt', 'type': 'function', 'opts': {}},
  17.       \ {'sync': 'urgent', 'name': '_wilder_python_fuzzywuzzy_sort', 'type': 'function', 'opts': {}},
  18.       \ {'sync': v:true, 'name': '_wilder_python_get_file_completion', 'type': 'function', 'opts': {}},
  19.       \ {'sync': 'urgent', 'name': '_wilder_python_get_help_tags', 'type': 'function', 'opts': {}},
  20.       \ {'sync': 'urgent', 'name': '_wilder_python_get_users', 'type': 'function', 'opts': {}},
  21.       \ {'sync': v:true, 'name': '_wilder_init', 'type': 'function', 'opts': {}},
  22.       \ {'sync': v:true, 'name': '_wilder_python_pcre2_highlight', 'type': 'function', 'opts': {}},
  23.       \ {'sync': 'urgent', 'name': '_wilder_python_search', 'type': 'function', 'opts': {}},
  24.       \ {'sync': 'urgent', 'name': '_wilder_python_sleep', 'type': 'function', 'opts': {}},
  25.       \ {'sync': 'urgent', 'name': '_wilder_python_lexical_sort', 'type': 'function', 'opts': {}},
  26.       \ {'sync': 'urgent', 'name': '_wilder_python_uniq_filt', 'type': 'function', 'opts': {}},
  27.      \ ])
  28.  
  29.  
  30. " ruby plugins
  31.  
  32.  
  33. " python plugins
  34.  
  35.  
  36.  
Tags: neovim
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement