diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-13 00:28:08 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-13 00:40:07 +0200 |
| commit | 3912bdc066534ab5cf3fb67b7b469d2f640b6f31 (patch) | |
| tree | b1b3a6049701100b150d04a53da586c940dd12d4 /plugin/50-format.lua | |
| parent | 59f19b4412432a013b092ca3651dacbba1960e79 (diff) | |
| download | nvim-config-3912bdc066534ab5cf3fb67b7b469d2f640b6f31.tar.gz nvim-config-3912bdc066534ab5cf3fb67b7b469d2f640b6f31.zip | |
docs(nvim): edit comments
Diffstat (limited to 'plugin/50-format.lua')
| -rw-r--r-- | plugin/50-format.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/50-format.lua b/plugin/50-format.lua index b471e1b..e021227 100644 --- a/plugin/50-format.lua +++ b/plugin/50-format.lua @@ -2,7 +2,7 @@ -- 50-format.lua -- -- * Specifies the formatters to use for different file types. --- * Sets up an autocommand to format on 'BufWritePre'. +-- * Creates an autocommand to format on 'BufWritePre'. -- -- User commands: -- FormatToggle: toggle formatting on write for the current buffer |
