diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-13 11:17:32 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-13 11:17:32 +0200 |
| commit | 48b8993dacd948ce3f1426c35039c3ec38ae21e3 (patch) | |
| tree | 5d33b41609e9c930ccf67a039418a3e54c68427e /.config/nvim/plugin/50-autopairs.lua | |
| parent | 828790b2f206691d252abfc007564284c9b75806 (diff) | |
| download | dotfiles-48b8993dacd948ce3f1426c35039c3ec38ae21e3.tar.gz dotfiles-48b8993dacd948ce3f1426c35039c3ec38ae21e3.zip | |
refactor(nvim): rename functions and edit comments
Diffstat (limited to '.config/nvim/plugin/50-autopairs.lua')
| -rw-r--r-- | .config/nvim/plugin/50-autopairs.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/plugin/50-autopairs.lua b/.config/nvim/plugin/50-autopairs.lua index 25dd8f7..afa4e3b 100644 --- a/.config/nvim/plugin/50-autopairs.lua +++ b/.config/nvim/plugin/50-autopairs.lua @@ -1,7 +1,7 @@ -- -- 50-autopairs.lua -- --- * Add autopairs for markdown (`**` and `~~`) +-- * Adds autopairs for markdown (`**` and `~~`) -- local Rule = require("nvim-autopairs.rule") |
