File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -182,13 +182,13 @@ FloatWinConfig *FloatWinConfig*
182
182
executor_alias *executor_alias*
183
183
184
184
Type: ~
185
- "termopen"|"quickfix"|"toggleterm"|"vimux"|"neotest"
185
+ "termopen"|"quickfix"|"toggleterm"|"vimux"
186
186
187
187
188
188
test_executor_alias *test_executor_alias*
189
189
190
190
Type: ~
191
- executor_alias|"background"
191
+ executor_alias|"background"|"neotest"
192
192
193
193
194
194
RustaceanHoverActionsOpts *RustaceanHoverActionsOpts*
Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ vim.g.rustaceanvim = vim.g.rustaceanvim
82
82
--- @see vim.lsp.util.open_floating_preview.Opts
83
83
--- @see vim.api.nvim_open_win
84
84
85
- --- @alias executor_alias ' termopen' | ' quickfix' | ' toggleterm' | ' vimux' | ' neotest '
85
+ --- @alias executor_alias ' termopen' | ' quickfix' | ' toggleterm' | ' vimux'
86
86
87
- --- @alias test_executor_alias executor_alias | ' background'
87
+ --- @alias test_executor_alias executor_alias | ' background' | ' neotest '
88
88
89
89
--- @class RustaceanHoverActionsOpts
90
90
--- @field replace_builtin_hover ? boolean Whether to replace Neovim ' s built-in `vim.lsp.buf.hover` with hover actions. Default: `true`
You can’t perform that action at this time.
0 commit comments