Get rid of lazyvim.json.

This commit is contained in:
Bartek Stalewski 2025-02-12 23:32:28 +01:00
parent bce1d7498d
commit 4c47429c60
No known key found for this signature in database
2 changed files with 1 additions and 10 deletions

1
.gitignore vendored
View file

@ -4,5 +4,6 @@
**/.zsh_sessions **/.zsh_sessions
**/__pycache__ **/__pycache__
**/lazy-lock.json **/lazy-lock.json
**/lazyvim.json
**/zed/* **/zed/*
**/zsh/functions **/zsh/functions

View file

@ -1,10 +0,0 @@
{
"extras": [
],
"install_version": 7,
"news": {
"NEWS.md": "10960"
},
"version": 8
}