diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-03-16 00:06:53 +0100 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-03-16 00:06:53 +0100 |
| commit | 92a3cef3e15dc23b1ed68265e77f50c290482e0e (patch) | |
| tree | 652c1f61b784c395a44ae096246442b2d4c7e6df /nvim/.gitignore | |
| parent | 0f40092dd85fad1915c0ed7dba3143f33804785a (diff) | |
| download | dots-92a3cef3e15dc23b1ed68265e77f50c290482e0e.tar.gz | |
nvim: Remove lazy-lock.json from gitignore as recommended
Diffstat (limited to 'nvim/.gitignore')
| -rw-r--r-- | nvim/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nvim/.gitignore b/nvim/.gitignore index 005b535..8a192ca 100644 --- a/nvim/.gitignore +++ b/nvim/.gitignore @@ -4,4 +4,3 @@ test.sh nvim spell/ -lazy-lock.json |