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*
182182executor_alias *executor_alias*
183183
184184 Type: ~
185- "termopen"|"quickfix"|"toggleterm"|"vimux"|"neotest"
185+ "termopen"|"quickfix"|"toggleterm"|"vimux"
186186
187187
188188test_executor_alias *test_executor_alias*
189189
190190 Type: ~
191- executor_alias|"background"
191+ executor_alias|"background"|"neotest"
192192
193193
194194RustaceanHoverActionsOpts *RustaceanHoverActionsOpts*
Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ vim.g.rustaceanvim = vim.g.rustaceanvim
8282--- @see vim.lsp.util.open_floating_preview.Opts
8383--- @see vim.api.nvim_open_win
8484
85- --- @alias executor_alias ' termopen' | ' quickfix' | ' toggleterm' | ' vimux' | ' neotest '
85+ --- @alias executor_alias ' termopen' | ' quickfix' | ' toggleterm' | ' vimux'
8686
87- --- @alias test_executor_alias executor_alias | ' background'
87+ --- @alias test_executor_alias executor_alias | ' background' | ' neotest '
8888
8989--- @class RustaceanHoverActionsOpts
9090--- @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