From e5315b93857c1b406887e7b3346d599d347a8287 Mon Sep 17 00:00:00 2001 From: Josh Patra <30350506+SoPat712@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:20:09 -0400 Subject: [PATCH] updated plugins, readded vim-sleuth --- nvim/.config/nvim/lazy-lock.json | 3 ++- nvim/.config/nvim/lua/plugins/tpope.lua | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/nvim/.config/nvim/lazy-lock.json b/nvim/.config/nvim/lazy-lock.json index 8277a3f..eaec9c4 100644 --- a/nvim/.config/nvim/lazy-lock.json +++ b/nvim/.config/nvim/lazy-lock.json @@ -1,5 +1,5 @@ { - "LuaSnip": { "branch": "master", "commit": "e29ab6482ff863e8966635f5586abc3f9c6bcfac" }, + "LuaSnip": { "branch": "master", "commit": "79cc25c39878401d4e8b6ec42fcf14639426bafc" }, "actions-preview.nvim": { "branch": "master", "commit": "5072b1b1065a6b22bdd46b5c21780a91d6a08071" }, "alpha-nvim": { "branch": "main", "commit": "41283fb402713fc8b327e60907f74e46166f4cfd" }, "clangd_extensions.nvim": { "branch": "main", "commit": "2992ba8c13c2de41f91a7c7488bf1c48bcec31fe" }, @@ -50,6 +50,7 @@ "vim-commentary": { "branch": "master", "commit": "f67e3e67ea516755005e6cccb178bc8439c6d402" }, "vim-fugitive": { "branch": "master", "commit": "c0b03f1cac242d96837326d300f42a660306fc1a" }, "vim-illuminate": { "branch": "master", "commit": "305bf07b919ac526deb5193280379e2f8b599926" }, + "vim-sleuth": { "branch": "master", "commit": "1cc4557420f215d02c4d2645a748a816c220e99b" }, "vim-smoothie": { "branch": "master", "commit": "df1e324e9f3395c630c1c523d0555a01d2eb1b7e" }, "vim-startuptime": { "branch": "master", "commit": "ac2cccb5be617672add1f4f3c0a55ce99ba34e01" }, "vim-surround": { "branch": "master", "commit": "3d188ed2113431cf8dac77be61b842acb64433d9" }, diff --git a/nvim/.config/nvim/lua/plugins/tpope.lua b/nvim/.config/nvim/lua/plugins/tpope.lua index cf097da..d9b46e6 100644 --- a/nvim/.config/nvim/lua/plugins/tpope.lua +++ b/nvim/.config/nvim/lua/plugins/tpope.lua @@ -11,7 +11,7 @@ return { { "tpope/vim-commentary", }, - -- { - -- "tpope/vim-sleuth", - -- }, + { + "tpope/vim-sleuth", + }, }