From a722dc879216839164952d29a843056235a23a62 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Mon, 2 Sep 2024 20:13:33 -0500 Subject: remove lazy lock from nvim --- .gitignore | 2 +- nvim/lazy-lock.json | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 nvim/lazy-lock.json diff --git a/.gitignore b/.gitignore index 2376f57..be6014d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ !x11 !zsh -nvim/.lazy-lock.json +nvim/lazy-lock.json nvim/.netrwhist zsh/.zcompdump gtk* diff --git a/nvim/lazy-lock.json b/nvim/lazy-lock.json deleted file mode 100644 index 2749c86..0000000 --- a/nvim/lazy-lock.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "autoclose.nvim": { "branch": "main", "commit": "dc42806540dcf448ecb2bad6b67204410cfbe629" }, - "gruvbox.nvim": { "branch": "main", "commit": "7a1b23e4edf73a39642e77508ee6b9cbb8c60f9e" }, - "lazy.nvim": { "branch": "main", "commit": "894cd193e9ffc05dcb75ff0093c1b72880d5d9c1" }, - "nvim-colorizer.lua": { "branch": "master", "commit": "a065833f35a3a7cc3ef137ac88b5381da2ba302e" }, - "nvim-treesitter": { "branch": "master", "commit": "a8c082b4f5b3b70bde2ffb08cc112dfd7e515fb3" }, - "nvim-ts-autotag": { "branch": "main", "commit": "ddfccbf0df1b9349c2b9e9b17f4afa8f9b6c1ed1" }, - "rainbow-delimiters.nvim": { "branch": "master", "commit": "5c9660801ce345cd3835e1947c12b54290ab7e71" } -} \ No newline at end of file -- cgit v1.2.3