1- *simplegpt.txt* For NVIM v0.8.0 Last change: 2025 May 03
1+ *simplegpt.txt* For NVIM v0.8.0 Last change: 2025 May 04
22
33==============================================================================
44Table of Contents *simplegpt-table-of-contents*
@@ -75,13 +75,13 @@ further customization.
7575
7676 Reading My Config
7777
78- Terminal with LLM Demo
78+ Terminal with LLM Config Demo
7979 supported
8080
81- Code editing with LSP Demo
81+ Code editing with LSP Config Demo
8282 information
8383
84- Code editing with Demo
84+ Code editing with Config Demo
8585 terminal context
8686 -----------------------------------------------------------------------
8787More tools are coming soon.
@@ -180,6 +180,8 @@ DICTIONARY WITH CUSTOMIZED EXPLANATION ~
180180
181181TERMINAL WITH LLM SUPPORTED ~
182182
183+ <https://www.reddit.com/media?url=https%3A%2F%2Fi.redd.it%2Fz7x2ku0a8lye1.gif >
184+
183185- Press `<localleader> st ` in a terminal buffer to open the LLM dialog.
184186- Enter your request or command.
185187- Edit the suggestion to keep only what you want.
@@ -188,13 +190,17 @@ TERMINAL WITH LLM SUPPORTED ~
188190
189191CODE EDITING WITH LSP INFORMATION ~
190192
193+ <https://www.reddit.com/media?url=https%3A%2F%2Fi.redd.it%2F8iwol1a98lye1.gif >
194+
191195- Select the code you want to fix.
192196- Press `<localleader> sl ` to use the code editing feature and address LSP warnings or errors.
193197- Press `<c-r> ` to replace the selected text with the suggested fix.
194198
195199
196200CODE EDITING WITH TERMINAL CONTEXT ~
197201
202+ <https://www.reddit.com/media?url=https%3A%2F%2Fi.redd.it%2Fn2n26dqa8lye1.gif >
203+
198204- Run `ls ` and `python <your script>` to gather live feedback from the terminal.
199205- Press `<localleader> sF` to use the code editing feature and fix errors detected in the terminal output.
200206- Press `<m-r> ` to apply search and replace actions to quickly update your code based on the suggestions.
@@ -519,8 +525,11 @@ tests/init_configs/packer.lua -U NONE -N -i NONE`
5195253. *image*: https://github.com/user-attachments/assets/f8d3b4e5-0e0b-42f1-a716-78a10e0fc3a7
5205264. *image*: https://github.com/user-attachments/assets/b83bc78f-e125-4a39-9e38-6125eee41467
5215275. *image*: https://github.com/user-attachments/assets/9d52a367-76fe-4337-91d5-0eeb247c1c9e
522- 6. *image*: https://github.com/user-attachments/assets/bf3db252-2679-4c45-a307-774754492134
523- 7. *image*: https://github.com/user-attachments/assets/7469b4e3-6058-4a9c-b83f-6bd9536ba03e
528+ 6. *image*: https://github.com/user-attachments/assets/cc216866-e821-4b95-a6cd-eb973dc5f54d
529+ 7. *image*: https://github.com/user-attachments/assets/6105781e-386e-4caf-8815-ea97018d1ef7
530+ 8. *image*: https://github.com/user-attachments/assets/9f82e709-2f1c-439b-8cb2-6314d62624e2
531+ 9. *image*: https://github.com/user-attachments/assets/bf3db252-2679-4c45-a307-774754492134
532+ 10. *image*: https://github.com/user-attachments/assets/7469b4e3-6058-4a9c-b83f-6bd9536ba03e
524533
525534Generated by panvimdoc <https://github.com/kdheepak/panvimdoc >
526535
0 commit comments