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 | cf8ceeb3210cd446533b798b22f0f5eada954207 (patch) | |
| tree | c4c8519377850ceb7244ec300699d0f6789230ad /.config/nvim/plugin/00-plugin.lua | |
| parent | 036db1dd17978719d31179550622339afde76c60 (diff) | |
| download | dotfiles-cf8ceeb3210cd446533b798b22f0f5eada954207.tar.gz dotfiles-cf8ceeb3210cd446533b798b22f0f5eada954207.zip | |
docs(nvim): edit comments
Diffstat (limited to '.config/nvim/plugin/00-plugin.lua')
| -rw-r--r-- | .config/nvim/plugin/00-plugin.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/plugin/00-plugin.lua b/.config/nvim/plugin/00-plugin.lua index 584fe8e..47588c4 100644 --- a/.config/nvim/plugin/00-plugin.lua +++ b/.config/nvim/plugin/00-plugin.lua @@ -1,7 +1,7 @@ -- -- 00-plugin.lua -- --- Installs third-party plugins. +-- * Installs third-party plugins. -- vim.pack.add({ |
