Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
simrat39 authored and github-actions[bot] committed Jul 10, 2023
1 parent 08665c6 commit 0cc8ada
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions doc/rust-tools.txt
Original file line number Diff line number Diff line change
@@ -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*
Expand All @@ -21,7 +21,6 @@ A plugin to improve your rust experience in neovim.

QUICK LINKS *rust-tools-rust-tools.nvim-quick-links*


- Wiki <https://github.com/simrat39/rust-tools.nvim/wiki>
- CodeLLDB Debugging <https://github.com/simrat39/rust-tools.nvim/wiki/Debugging>
- Standalone File <https://github.com/simrat39/rust-tools.nvim/wiki/Standalone-File-Support>
Expand All @@ -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`
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -330,7 +328,6 @@ for keys that are not provided.

RELATED PROJECTS *rust-tools-rust-tools.nvim-related-projects*


- `Saecki/crates.nvim` <https://github.com/Saecki/crates.nvim>


Expand Down

0 comments on commit 0cc8ada

Please sign in to comment.