1

Refresh generated neovim config

This commit is contained in:
2024-07-14 21:12:36 +02:00
parent f215ce2ab5
commit 00464e0e65
731 changed files with 6780 additions and 31110 deletions

View File

@ -182,13 +182,13 @@ FloatWinConfig *FloatWinConfig*
executor_alias *executor_alias*
Type: ~
"termopen"|"quickfix"|"toggleterm"|"vimux"|"neotest"
"termopen"|"quickfix"|"toggleterm"|"vimux"
test_executor_alias *test_executor_alias*
Type: ~
executor_alias|"background"
executor_alias|"background"|"neotest"
RustaceanHoverActionsOpts *RustaceanHoverActionsOpts*
@ -242,6 +242,9 @@ RustaceanLspClientOpts *RustaceanLspClientOpts*
{logfile?} (string) The path to the rust-analyzer log file.
{load_vscode_settings?} (boolean) Whether to search (upward from the buffer) for rust-analyzer settings in .vscode/settings json. If found, loaded settings will override configured options. Default: false
See: ~
|vim.lsp.ClientConfig|
RustaceanDapOpts *RustaceanDapOpts*