diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2024-09-05 05:56:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-05 05:56:00 -0700 |
| commit | 76aa3e52be7a5a8b53b3775981c35313284230ac (patch) | |
| tree | 87133e79c4b94d931bef113a234fee56bf1a8a09 /test/old/testdir/setup.vim | |
| parent | f9108378b7a7e08b48685f0a3ff4f7a3a14b56d6 (diff) | |
| download | rneovim-76aa3e52be7a5a8b53b3775981c35313284230ac.tar.gz rneovim-76aa3e52be7a5a8b53b3775981c35313284230ac.tar.bz2 rneovim-76aa3e52be7a5a8b53b3775981c35313284230ac.zip | |
feat(defaults): popupmenu "Open in browser", "Go to definition" #30261
- Use the popup to expose more features such as LSP and gx.
- Move the copy/paste items lower in the menu, they are lower priority.
Diffstat (limited to 'test/old/testdir/setup.vim')
| -rw-r--r-- | test/old/testdir/setup.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/old/testdir/setup.vim b/test/old/testdir/setup.vim index 6f400c5e32..e7b4bb1a88 100644 --- a/test/old/testdir/setup.vim +++ b/test/old/testdir/setup.vim @@ -66,6 +66,7 @@ mapclear mapclear! aunmenu * tlunmenu * +autocmd! nvim_popupmenu " Undo the 'grepprg' and 'grepformat' setting in _defaults.lua. set grepprg& grepformat& |