1- *assistant.txt *
1+ *assistant.nvim *
22
33A modern plugin developed for competitive programmer to automate some common
44repeatitive 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
10101. Getting started | assistant.nvim-getting-started |
11112. Configurations | assistant.nvim-configurations |
1212
13- ==============================================================================
13+ ============================================================================
1414
1515Getting 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
1818to automate repeatitive tasks, so that they can focus on more important
1919aspects
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*
7975By default plugin comes with pre-written C++ and python commands in the
8076configurations, but can be customize further
8177
78+ ============================================================================
8279
83- COMMAND-CUSTOMIZATION *assistant.nvim-customization*
80+ *assistant.nvim-customization*
8481
8582Let's add a command for running rust files, so for compiling and running rust
8683files 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
113111For 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
129128For 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-
138136vim:tw=78:ts=8:noet:ft=help:norl:
0 commit comments