From 0cc8adab23117783a0292a0c8a2fbed1005dc645 Mon Sep 17 00:00:00 2001 From: simrat39 Date: Mon, 10 Jul 2023 23:53:06 +0000 Subject: [PATCH] Auto generate docs --- doc/rust-tools.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/rust-tools.txt b/doc/rust-tools.txt index 6242870..f611926 100644 --- a/doc/rust-tools.txt +++ b/doc/rust-tools.txt @@ -1,4 +1,4 @@ -*rust-tools.txt* For NVIM v0.8.0 Last change: 2023 February 20 +*rust-tools.txt* For NVIM v0.8.0 Last change: 2023 July 10 ============================================================================== Table of Contents *rust-tools-table-of-contents* @@ -21,7 +21,6 @@ A plugin to improve your rust experience in neovim. QUICK LINKS *rust-tools-rust-tools.nvim-quick-links* - - Wiki - CodeLLDB Debugging - Standalone File @@ -32,7 +31,6 @@ QUICK LINKS *rust-tools-rust-tools.nvim-quick-links* PREREQUISITES *rust-tools-rust-tools.nvim-prerequisites* - - `neovim 0.7` - `nvim-lspconfig` - `rust-analyzer` @@ -153,7 +151,7 @@ for keys that are not provided. tools = { -- rust-tools options -- how to execute terminal commands - -- options right now: termopen / quickfix + -- options right now: termopen / quickfix / toggleterm / vimux executor = require("rust-tools.executors").termopen, -- callback to execute once rust-analyzer is done initializing the workspace @@ -330,7 +328,6 @@ for keys that are not provided. RELATED PROJECTS *rust-tools-rust-tools.nvim-related-projects* - - `Saecki/crates.nvim`