Skip to content

Commit 978784b

Browse files
chore(build): auto-generate docs
1 parent 18aa6a4 commit 978784b

6 files changed

Lines changed: 22 additions & 12 deletions

File tree

docs/extras/lang/clangd.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ opts = {
140140
{ "<leader>ch", "<cmd>ClangdSwitchSourceHeader<cr>", desc = "Switch Source/Header (C/C++)" },
141141
},
142142
root_markers = {
143-
".clangd",
144-
".clang-tidy",
145-
".clang-format",
146143
"compile_commands.json",
147144
"compile_flags.txt",
148145
"configure.ac", -- AutoTools
@@ -200,9 +197,6 @@ opts = {
200197
{ "<leader>ch", "<cmd>ClangdSwitchSourceHeader<cr>", desc = "Switch Source/Header (C/C++)" },
201198
},
202199
root_markers = {
203-
".clangd",
204-
".clang-tidy",
205-
".clang-format",
206200
"compile_commands.json",
207201
"compile_flags.txt",
208202
"configure.ac", -- AutoTools

docs/extras/ui/edgy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import TabItem from '@theme/TabItem';
1919

2020
## [edgy.nvim](https://github.com/folke/edgy.nvim)
2121

22-
edgy
22+
Create and display predefined window layouts.
2323

2424

2525
<Tabs>

docs/extras/ui/mini-animate.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ opts = {
5252

5353
## [mini.animate](https://github.com/nvim-mini/mini.animate)
5454

55-
setup animate
55+
Animates many common Neovim actions, like scrolling,
56+
moving the cursor, and resizing windows.
5657

5758

5859
<Tabs>

docs/plugins/coding.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ import TabItem from '@theme/TabItem';
77

88
## [mini.pairs](https://github.com/nvim-mini/mini.pairs)
99

10-
auto pairs
10+
Auto pairs
11+
Automatically inserts a matching closing character
12+
when you type an opening character like `"`, `[`, or `(`.
1113

1214

1315
<Tabs>
@@ -62,7 +64,9 @@ opts = {
6264

6365
## [ts-comments.nvim](https://github.com/folke/ts-comments.nvim)
6466

65-
comments
67+
Improves comment syntax, lets Neovim handle multiple
68+
types of comments for a single language, and relaxes rules
69+
for uncommenting.
6670

6771

6872
<Tabs>
@@ -92,7 +96,9 @@ opts = {}
9296

9397
## [mini.ai](https://github.com/nvim-mini/mini.ai)
9498

95-
Better text-objects
99+
Extends the a & i text objects, this adds the ability to select
100+
arguments, function calls, text within quotes and brackets, and to
101+
repeat those selections to select an outer text object.
96102

97103

98104
<Tabs>
@@ -174,6 +180,10 @@ end
174180

175181
## [lazydev.nvim](https://github.com/folke/lazydev.nvim)
176182

183+
Configures LuaLS to support auto-completion and type checking
184+
while editing your Neovim configuration.
185+
186+
177187
<Tabs>
178188

179189
<TabItem value="opts" label="Options">

docs/plugins/linting.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ import TabItem from '@theme/TabItem';
77

88
## [nvim-lint](https://github.com/mfussenegger/nvim-lint)
99

10+
Asynchronously calls language-specific linter tools and reports
11+
their results via the `vim.diagnostic` module.
12+
13+
1014
<Tabs>
1115

1216
<TabItem value="opts" label="Options">

docs/plugins/ui.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ opts = {
121121

122122
## [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim)
123123

124-
statusline
124+
Displays a fancy status line with git status,
125+
LSP diagnostics, filetype information, and more.
125126

126127

127128
<Tabs>

0 commit comments

Comments
 (0)