Pi66

dots
My personal Linux configuration files and dotfiles.
git clone https://git.pi66.xyz/dots

← back to log

add: function descriptions

author: pi66
date: 2026-04-16 00:07
hash: 9d0e13f3abec7823db8d0d797cc3c32f414b7a17

Diffstat:

M

README.md
7 ++++++++++++++++++++++++++++++
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
diff --git a/README.md b/README.md
index 5484ac0..32f6893 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,13 @@ Everything is processed by simple for loops calling Neovim APIs.

 Plugins setup and LSP are separated modules that run after core config is loaded.

+I use two main functions (there may be more in the future):
+
+> gdb function:
+A simple but powerful function that opens GDB inside Neovim.
+> fzy function:
+Another simple but powerful function that opens an FZY window for searching files.
+
 > **Plugins**:
 - [Comment.nvim](https://github.com/numToStr/Comment.nvim)
 - [cmp-nvim-lsp](https://github.com/hrsh7th/cmp-nvim-lsp)