diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-07 13:38:29 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-07 13:38:29 +0100 |
commit | dd7a80e3180a6396f0249db408b57d1a6f565a5c (patch) | |
tree | 2733b0c69fa5b91a6892d00d50a7c817adbded95 /.config/nvim | |
parent | 45626294e64839267a7a6ec7daff01b31ae60608 (diff) |
nvim: Ignore .luarc.json
Diffstat (limited to '.config/nvim')
-rw-r--r-- | .config/nvim/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/.gitignore b/.config/nvim/.gitignore index a0f1990..6412e7b 100644 --- a/.config/nvim/.gitignore +++ b/.config/nvim/.gitignore @@ -5,3 +5,4 @@ /plugin /syntax /queries +.luarc.json |