Skip to content

Commit 0ad0ec1

Browse files
committed
docs: try to fix help tags
1 parent e20c66c commit 0ad0ec1

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

doc/assistant.txt

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,40 @@
1-
*assistant.txt*
1+
*assistant.nvim*
22

33
A modern plugin developed for competitive programmer to automate some common
44
repeatitive tasks, so that they can focus on their core logic
55

6-
==============================================================================
6+
============================================================================
77

8-
Table of content *assistant.nvim-table-of-content*
8+
*assistant.nvim-table-of-content*
99

1010
1. Getting started |assistant.nvim-getting-started|
1111
2. Configurations |assistant.nvim-configurations|
1212

13-
==============================================================================
13+
============================================================================
1414

1515
Getting started *assistant.nvim-getting-started*
1616

17-
*assistant.nvim* is modern neovim plugin designed for competitive programmer
17+
|assistant.nvim| is modern neovim plugin designed for competitive programmer
1818
to automate repeatitive tasks, so that they can focus on more important
1919
aspects
2020

2121

22-
FEATURES *assistant.nvim-features*
22+
*assistant.nvim-features*
2323

2424
- Automatic samples fetching
2525
- Interactice user interface
2626
- Highly customizable
2727
- Blazingly fast
2828
- Builtin parallel task scheduler
2929

30-
REQUIREMENTS *assistant.nvim-requirements*
30+
*assistant.nvim-requirements*
3131

3232
- Neovim version >= 9.5
3333
- Competitive programming companion browser
3434

35-
==============================================================================
36-
37-
Configurations *assistant.nvim-configurations*
38-
39-
40-
DEFAULT-CONFIGURATIONS *assistant.nvim-defaults*
35+
============================================================================
4136

37+
*assistant.nvim-defaults*
4238
>lua
4339
{
4440
commands = {
@@ -79,8 +75,9 @@ DEFAULT-CONFIGURATIONS *assistant.nvim-defaults*
7975
By default plugin comes with pre-written C++ and python commands in the
8076
configurations, but can be customize further
8177

78+
============================================================================
8279

83-
COMMAND-CUSTOMIZATION *assistant.nvim-customization*
80+
*assistant.nvim-customization*
8481

8582
Let's add a command for running rust files, so for compiling and running rust
8683
files a shell command can be written as follows:
@@ -107,8 +104,9 @@ Now above shell command can be convert into lua tables as follows:
107104
}
108105
<
109106

107+
============================================================================
110108

111-
UI-CUSTOMIZATION *assistant.nvim-ui-customization*
109+
*assistant.nvim-ui-customization*
112110

113111
For now only icons can be changed, as follows
114112

@@ -123,8 +121,9 @@ For now only icons can be changed, as follows
123121
},
124122
<
125123

124+
============================================================================
126125

127-
CORE-CUSTOMIZATION *assistant.nvim-core-customization*
126+
*assistant.nvim-core-customization*
128127

129128
For now only maximum running time of process can be changed
130129
>lua
@@ -134,5 +133,4 @@ For now only maximum running time of process can be changed
134133
}
135134
<
136135

137-
138136
vim:tw=78:ts=8:noet:ft=help:norl:

0 commit comments

Comments
 (0)