diff --git a/.gitignore b/.gitignore index 116ae92..e2acc34 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,5 @@ **/.zsh_sessions **/__pycache__ **/lazy-lock.json -**/zsh/functions **/zed/* +**/zsh/functions diff --git a/config/nvim/lazyvim.json b/config/nvim/lazyvim.json index 82e173e..9ab34a8 100644 --- a/config/nvim/lazyvim.json +++ b/config/nvim/lazyvim.json @@ -2,8 +2,9 @@ "extras": [ ], + "install_version": 7, "news": { "NEWS.md": "10960" }, - "version": 7 + "version": 8 } \ No newline at end of file