From a331ef711bc6c73e78535e9b4fa44d54c937aa88 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Mon, 19 Sep 2022 11:44:04 -0400 Subject: feat: add lir.nvim again (#3038) --- snapshots/default.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'snapshots') diff --git a/snapshots/default.json b/snapshots/default.json index b57c4fba..8aaa576e 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -35,6 +35,9 @@ "gitsigns.nvim": { "commit": "d7e0bcb" }, + "lir.nvim": { + "commit": "7d8c6c4" + }, "lua-dev.nvim": { "commit": "fd7a18e" }, -- cgit v1.2.3 From 352147158bb696e4b8fcb236d2cb477955b26dcf Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Mon, 19 Sep 2022 13:12:52 -0400 Subject: feat(document highlight): use illuminate rather than autocommand to avoid flashing (#3029) --- snapshots/default.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'snapshots') diff --git a/snapshots/default.json b/snapshots/default.json index 8aaa576e..f7880e02 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -115,5 +115,8 @@ }, "which-key.nvim": { "commit": "d5f0c63" + }, + "vim-illuminate": { + "commit": "b545262" } } -- cgit v1.2.3 From 58280f30adc06423c5b4972257d19b7d33921d26 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Mon, 19 Sep 2022 19:03:53 -0400 Subject: feat: new colorscheme tokyonight (#3041) --- snapshots/default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'snapshots') diff --git a/snapshots/default.json b/snapshots/default.json index f7880e02..2a28e147 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -83,8 +83,8 @@ "nvim-web-devicons": { "commit": "2d02a56" }, - "onedarker.nvim": { - "commit": "b00dd21" + "tokyonight.nvim": { + "commit": "48fc163" }, "packer.nvim": { "commit": "6afb674" -- cgit v1.2.3 From f11909b5649f6169fe48b61a40def4924754c38e Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Mon, 19 Sep 2022 22:14:32 -0400 Subject: feat: breadcrumbs (#3043) --- snapshots/default.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'snapshots') diff --git a/snapshots/default.json b/snapshots/default.json index 2a28e147..aae5e387 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -84,7 +84,7 @@ "commit": "2d02a56" }, "tokyonight.nvim": { - "commit": "48fc163" + "commit": "4bd6ba8" }, "packer.nvim": { "commit": "6afb674" @@ -118,5 +118,8 @@ }, "vim-illuminate": { "commit": "b545262" + }, + "nvim-navic": { + "commit": "202312e" } } -- cgit v1.2.3 From 518b1d4167162a54a6e76784038d30191613b76d Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Tue, 20 Sep 2022 14:11:58 +0430 Subject: Fix: make sure latest plugins are customizable (#3044) * fix: make navim-navic configurable * fix: make sure vim-illuminate is configurable * fix: make sure theme is configurable * fix(ci): don't verify uninstalled plugins * refactor(lsp): add setup_document_symbols util * revert: keep onedarker on freeze branch * refactor(lsp): avoid duplicate hl autocmds Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com> --- snapshots/default.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'snapshots') diff --git a/snapshots/default.json b/snapshots/default.json index aae5e387..dc19f496 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -68,6 +68,9 @@ "nvim-lspconfig": { "commit": "f8b3c24" }, + "nvim-navic": { + "commit": "202312e" + }, "nvim-notify": { "commit": "7076ce8" }, @@ -83,8 +86,8 @@ "nvim-web-devicons": { "commit": "2d02a56" }, - "tokyonight.nvim": { - "commit": "4bd6ba8" + "onedarker.nvim": { + "commit": "b00dd21" }, "packer.nvim": { "commit": "6afb674" @@ -113,13 +116,13 @@ "toggleterm.nvim": { "commit": "5e393e5" }, - "which-key.nvim": { - "commit": "d5f0c63" + "tokyonight.nvim": { + "commit": "e0bdba5" }, "vim-illuminate": { "commit": "b545262" }, - "nvim-navic": { - "commit": "202312e" + "which-key.nvim": { + "commit": "d5f0c63" } } -- cgit v1.2.3 From 2ba566b0d820977323f48cbdcc2b3b307b882204 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Wed, 21 Sep 2022 10:48:15 -0400 Subject: feat: add indentlines (#3056) --- snapshots/default.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'snapshots') diff --git a/snapshots/default.json b/snapshots/default.json index dc19f496..94e6771c 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -124,5 +124,8 @@ }, "which-key.nvim": { "commit": "d5f0c63" + }, + "indent-blankline.nvim": { + "commit": "db7cbcb" } } -- cgit v1.2.3 From d37fdc5cf245e0f444665d7f031681dfc520f97c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 17:14:19 +0330 Subject: chore: bump plugins version (#2988) * chore: bump plugins version * chore(plugins): update * chore(plugins): ignore solc Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Abouzar Parvan --- snapshots/default.json | 60 +++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'snapshots') diff --git a/snapshots/default.json b/snapshots/default.json index 94e6771c..0a138caf 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -1,18 +1,18 @@ { "Comment.nvim": { - "commit": "30d23aa" + "commit": "3e1ec27" }, "FixCursorHold.nvim": { - "commit": "5aa5ff1" + "commit": "70a9516" }, "LuaSnip": { - "commit": "6e506ce" + "commit": "d36c063" }, "alpha-nvim": { "commit": "0bb6fc0" }, "bufferline.nvim": { - "commit": "ffa1d00" + "commit": "83bf4dc" }, "cmp-buffer": { "commit": "3022dbc" @@ -30,61 +30,64 @@ "commit": "3679132" }, "friendly-snippets": { - "commit": "22a9975" + "commit": "2be79d8" }, "gitsigns.nvim": { - "commit": "d7e0bcb" + "commit": "f98c85e" + }, + "indent-blankline.nvim": { + "commit": "db7cbcb" }, "lir.nvim": { "commit": "7d8c6c4" }, "lua-dev.nvim": { - "commit": "fd7a18e" + "commit": "e18c4ce" }, "lualine.nvim": { "commit": "a52f078" }, "mason-lspconfig.nvim": { - "commit": "1534b61" + "commit": "0051870" }, "mason.nvim": { - "commit": "b56ea0b" + "commit": "7e5aa40" }, "nlsp-settings.nvim": { - "commit": "e1fcc6e" + "commit": "79d3882" }, "null-ls.nvim": { - "commit": "bf02782" + "commit": "8af89c5" }, "nvim-autopairs": { - "commit": "5fe2441" + "commit": "14cc2a4" }, "nvim-cmp": { - "commit": "913eb85" + "commit": "2427d06" }, "nvim-dap": { - "commit": "d9b315a" + "commit": "764899d" }, "nvim-lspconfig": { - "commit": "f8b3c24" + "commit": "dc4dac8" }, "nvim-navic": { - "commit": "202312e" + "commit": "e0cfb25" }, "nvim-notify": { - "commit": "7076ce8" + "commit": "3a8ec89" }, "nvim-tree.lua": { - "commit": "fb8735e" + "commit": "9914780" }, "nvim-treesitter": { - "commit": "2eaf188" + "commit": "0289160" }, "nvim-ts-context-commentstring": { "commit": "4d3a68c" }, "nvim-web-devicons": { - "commit": "2d02a56" + "commit": "9697285" }, "onedarker.nvim": { "commit": "b00dd21" @@ -93,16 +96,16 @@ "commit": "6afb674" }, "plenary.nvim": { - "commit": "4b66054" + "commit": "62dc2a7" }, "popup.nvim": { "commit": "b7404d3" }, "project.nvim": { - "commit": "090bb11" + "commit": "628de7e" }, "schemastore.nvim": { - "commit": "92efc7c" + "commit": "687fc5a" }, "structlog.nvim": { "commit": "232a8e2" @@ -114,18 +117,15 @@ "commit": "0b1c41a" }, "toggleterm.nvim": { - "commit": "5e393e5" + "commit": "2a787c4" }, "tokyonight.nvim": { - "commit": "e0bdba5" + "commit": "81f0db1" }, "vim-illuminate": { - "commit": "b545262" + "commit": "a2e8476" }, "which-key.nvim": { - "commit": "d5f0c63" - }, - "indent-blankline.nvim": { - "commit": "db7cbcb" + "commit": "6885b66" } } -- cgit v1.2.3 From d565c6b862d92b1e5e46eca7fa010a28270edfec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 13:53:28 -0400 Subject: chore: bump plugins version (#3094) --- snapshots/default.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'snapshots') diff --git a/snapshots/default.json b/snapshots/default.json index 0a138caf..7c0c8916 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -1,6 +1,6 @@ { "Comment.nvim": { - "commit": "3e1ec27" + "commit": "0860b5f" }, "FixCursorHold.nvim": { "commit": "70a9516" @@ -42,7 +42,7 @@ "commit": "7d8c6c4" }, "lua-dev.nvim": { - "commit": "e18c4ce" + "commit": "6ff40c0" }, "lualine.nvim": { "commit": "a52f078" @@ -51,10 +51,10 @@ "commit": "0051870" }, "mason.nvim": { - "commit": "7e5aa40" + "commit": "b36bdad" }, "nlsp-settings.nvim": { - "commit": "79d3882" + "commit": "65d6c1d" }, "null-ls.nvim": { "commit": "8af89c5" @@ -75,13 +75,13 @@ "commit": "e0cfb25" }, "nvim-notify": { - "commit": "3a8ec89" + "commit": "142069b" }, "nvim-tree.lua": { "commit": "9914780" }, "nvim-treesitter": { - "commit": "0289160" + "commit": "aa736f5" }, "nvim-ts-context-commentstring": { "commit": "4d3a68c" @@ -96,7 +96,7 @@ "commit": "6afb674" }, "plenary.nvim": { - "commit": "62dc2a7" + "commit": "9e7c628" }, "popup.nvim": { "commit": "b7404d3" @@ -105,7 +105,7 @@ "commit": "628de7e" }, "schemastore.nvim": { - "commit": "687fc5a" + "commit": "b11510e" }, "structlog.nvim": { "commit": "232a8e2" @@ -120,7 +120,7 @@ "commit": "2a787c4" }, "tokyonight.nvim": { - "commit": "81f0db1" + "commit": "c0e7573" }, "vim-illuminate": { "commit": "a2e8476" -- cgit v1.2.3 From 9930fc3ae45ebd30ea491e615dd4fed3973b38ce Mon Sep 17 00:00:00 2001 From: Daniel Silva Date: Thu, 29 Sep 2022 00:15:36 +0100 Subject: fix: set `lua-dev.nvim` to a valid commit version (#3096) --- snapshots/default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'snapshots') diff --git a/snapshots/default.json b/snapshots/default.json index 7c0c8916..dabd1183 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -42,7 +42,7 @@ "commit": "7d8c6c4" }, "lua-dev.nvim": { - "commit": "6ff40c0" + "commit": "9da602d" }, "lualine.nvim": { "commit": "a52f078" @@ -128,4 +128,4 @@ "which-key.nvim": { "commit": "6885b66" } -} +} \ No newline at end of file -- cgit v1.2.3 From 5a5e5cd0d95cc5434cf0283054ac3ba7504bb965 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 22:40:07 +0000 Subject: chore: bump plugins version (#3100) --- snapshots/default.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'snapshots') diff --git a/snapshots/default.json b/snapshots/default.json index dabd1183..0045a514 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -1,12 +1,12 @@ { "Comment.nvim": { - "commit": "0860b5f" + "commit": "d9cfae1" }, "FixCursorHold.nvim": { "commit": "70a9516" }, "LuaSnip": { - "commit": "d36c063" + "commit": "8f8d493" }, "alpha-nvim": { "commit": "0bb6fc0" @@ -42,7 +42,7 @@ "commit": "7d8c6c4" }, "lua-dev.nvim": { - "commit": "9da602d" + "commit": "ef1d211" }, "lualine.nvim": { "commit": "a52f078" @@ -51,13 +51,13 @@ "commit": "0051870" }, "mason.nvim": { - "commit": "b36bdad" + "commit": "a3a243c" }, "nlsp-settings.nvim": { - "commit": "65d6c1d" + "commit": "aabd318" }, "null-ls.nvim": { - "commit": "8af89c5" + "commit": "c862432" }, "nvim-autopairs": { "commit": "14cc2a4" @@ -66,10 +66,10 @@ "commit": "2427d06" }, "nvim-dap": { - "commit": "764899d" + "commit": "5d57c40" }, "nvim-lspconfig": { - "commit": "dc4dac8" + "commit": "af43c30" }, "nvim-navic": { "commit": "e0cfb25" @@ -78,16 +78,16 @@ "commit": "142069b" }, "nvim-tree.lua": { - "commit": "9914780" + "commit": "45d386a" }, "nvim-treesitter": { - "commit": "aa736f5" + "commit": "aebc6cf" }, "nvim-ts-context-commentstring": { "commit": "4d3a68c" }, "nvim-web-devicons": { - "commit": "9697285" + "commit": "563f363" }, "onedarker.nvim": { "commit": "b00dd21" @@ -105,7 +105,7 @@ "commit": "628de7e" }, "schemastore.nvim": { - "commit": "b11510e" + "commit": "33873c7" }, "structlog.nvim": { "commit": "232a8e2" @@ -120,7 +120,7 @@ "commit": "2a787c4" }, "tokyonight.nvim": { - "commit": "c0e7573" + "commit": "4092905" }, "vim-illuminate": { "commit": "a2e8476" @@ -128,4 +128,4 @@ "which-key.nvim": { "commit": "6885b66" } -} \ No newline at end of file +} -- cgit v1.2.3 From 699849a731d61fe8996b42f37a4905c984d92686 Mon Sep 17 00:00:00 2001 From: lvimuser <109605931+lvimuser@users.noreply.github.com> Date: Sat, 1 Oct 2022 03:10:47 -0300 Subject: chore(plugins): remove deprecated FixCursorHold.nvim (#3107) --- snapshots/default.json | 3 --- 1 file changed, 3 deletions(-) (limited to 'snapshots') diff --git a/snapshots/default.json b/snapshots/default.json index 0045a514..dffe47f1 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -2,9 +2,6 @@ "Comment.nvim": { "commit": "d9cfae1" }, - "FixCursorHold.nvim": { - "commit": "70a9516" - }, "LuaSnip": { "commit": "8f8d493" }, -- cgit v1.2.3 From 7534e29e19498fbe2164bf3b702dcac3d561533b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Oct 2022 23:58:14 -0400 Subject: chore: bump plugins version (#3113) --- snapshots/default.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'snapshots') diff --git a/snapshots/default.json b/snapshots/default.json index dffe47f1..4047d3a1 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -1,6 +1,6 @@ { "Comment.nvim": { - "commit": "d9cfae1" + "commit": "97a188a" }, "LuaSnip": { "commit": "8f8d493" @@ -39,7 +39,7 @@ "commit": "7d8c6c4" }, "lua-dev.nvim": { - "commit": "ef1d211" + "commit": "2ffe2f6" }, "lualine.nvim": { "commit": "a52f078" @@ -48,37 +48,37 @@ "commit": "0051870" }, "mason.nvim": { - "commit": "a3a243c" + "commit": "59e6fee" }, "nlsp-settings.nvim": { - "commit": "aabd318" + "commit": "019ea0b" }, "null-ls.nvim": { - "commit": "c862432" + "commit": "c0c19f3" }, "nvim-autopairs": { - "commit": "14cc2a4" + "commit": "4fc96c8" }, "nvim-cmp": { - "commit": "2427d06" + "commit": "b0dff0e" }, "nvim-dap": { - "commit": "5d57c40" + "commit": "0b320f5" }, "nvim-lspconfig": { - "commit": "af43c30" + "commit": "f11fdff" }, "nvim-navic": { - "commit": "e0cfb25" + "commit": "132b273" }, "nvim-notify": { - "commit": "142069b" + "commit": "4144654" }, "nvim-tree.lua": { - "commit": "45d386a" + "commit": "7282f7d" }, "nvim-treesitter": { - "commit": "aebc6cf" + "commit": "8e76333" }, "nvim-ts-context-commentstring": { "commit": "4d3a68c" @@ -93,7 +93,7 @@ "commit": "6afb674" }, "plenary.nvim": { - "commit": "9e7c628" + "commit": "4b7e520" }, "popup.nvim": { "commit": "b7404d3" -- cgit v1.2.3 From 5b35ed9c3288f5c631e04f80674f098d79fe130e Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Thu, 6 Oct 2022 05:20:12 +0000 Subject: feat: all features active by default (#3157) --- snapshots/default.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'snapshots') diff --git a/snapshots/default.json b/snapshots/default.json index 4047d3a1..78fe9a1f 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -23,9 +23,6 @@ "cmp_luasnip": { "commit": "a9de941" }, - "dap-buddy.nvim": { - "commit": "3679132" - }, "friendly-snippets": { "commit": "2be79d8" }, @@ -65,6 +62,9 @@ "nvim-dap": { "commit": "0b320f5" }, + "nvim-dap-ui": { + "commit": "c8ce83a" + }, "nvim-lspconfig": { "commit": "f11fdff" }, -- cgit v1.2.3 From c6fd52b043056a993a762a928b8214041402e268 Mon Sep 17 00:00:00 2001 From: Ali Almohaya Date: Tue, 11 Oct 2022 19:40:39 +0300 Subject: chore: bump nvim-tree.lua version to `b01e7be` (#3203) --- snapshots/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snapshots') diff --git a/snapshots/default.json b/snapshots/default.json index 78fe9a1f..109c7830 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -75,7 +75,7 @@ "commit": "4144654" }, "nvim-tree.lua": { - "commit": "7282f7d" + "commit": "b01e7be" }, "nvim-treesitter": { "commit": "8e76333" -- cgit v1.2.3 From 91dadd46a9d3c93b936ae79912e28d250f883e60 Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Wed, 12 Oct 2022 16:16:53 +0330 Subject: fix(lua-dev): make sure we are loading the correct types (#3208) --- snapshots/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snapshots') diff --git a/snapshots/default.json b/snapshots/default.json index 109c7830..8fab98d0 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -36,7 +36,7 @@ "commit": "7d8c6c4" }, "lua-dev.nvim": { - "commit": "2ffe2f6" + "commit": "2410be2" }, "lualine.nvim": { "commit": "a52f078" -- cgit v1.2.3 From 91ac8a0bb0eefc31815371454bcf59aa72d0acc3 Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Sat, 15 Oct 2022 10:21:24 +0330 Subject: fix(luadev): this plugin has been renamed (#3235) --- snapshots/default.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'snapshots') diff --git a/snapshots/default.json b/snapshots/default.json index 8fab98d0..e2a1d63e 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -35,8 +35,8 @@ "lir.nvim": { "commit": "7d8c6c4" }, - "lua-dev.nvim": { - "commit": "2410be2" + "neodev.nvim": { + "commit": "b2fd8b7" }, "lualine.nvim": { "commit": "a52f078" @@ -72,7 +72,7 @@ "commit": "132b273" }, "nvim-notify": { - "commit": "4144654" + "commit": "af935fd" }, "nvim-tree.lua": { "commit": "b01e7be" -- cgit v1.2.3 From a54312b7693de1862238a1a097009c5f952fcb12 Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Sat, 15 Oct 2022 12:54:49 +0330 Subject: fix(nvim-cmp-lsp): update_capabilities has been deprecated (#3245) --- snapshots/default.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'snapshots') diff --git a/snapshots/default.json b/snapshots/default.json index e2a1d63e..cd2d16c9 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -15,7 +15,7 @@ "commit": "3022dbc" }, "cmp-nvim-lsp": { - "commit": "affe808" + "commit": "389f06d" }, "cmp-path": { "commit": "447c87c" @@ -36,7 +36,7 @@ "commit": "7d8c6c4" }, "neodev.nvim": { - "commit": "b2fd8b7" + "commit": "d785dc8" }, "lualine.nvim": { "commit": "a52f078" @@ -66,7 +66,7 @@ "commit": "c8ce83a" }, "nvim-lspconfig": { - "commit": "f11fdff" + "commit": "35a731b" }, "nvim-navic": { "commit": "132b273" -- cgit v1.2.3 From 48d1c38fa88dbfbaa35e81560cf0fa7d8793b195 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sat, 15 Oct 2022 18:32:11 +0200 Subject: chore(plugins): bump version (#3248) * ci: update workflows * chore(plugins): bump version * chore: update depdecated settings for comment.nvim * chore(lsp): update skiplist * fixup!: take 2 for comment.nvim --- snapshots/default.json | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'snapshots') diff --git a/snapshots/default.json b/snapshots/default.json index cd2d16c9..f0a6d293 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -1,33 +1,33 @@ { "Comment.nvim": { - "commit": "97a188a" + "commit": "ad7ffa8" }, "LuaSnip": { - "commit": "8f8d493" + "commit": "663d544" }, "alpha-nvim": { "commit": "0bb6fc0" }, "bufferline.nvim": { - "commit": "83bf4dc" + "commit": "0606cee" }, "cmp-buffer": { "commit": "3022dbc" }, "cmp-nvim-lsp": { - "commit": "389f06d" + "commit": "2a84710" }, "cmp-path": { - "commit": "447c87c" + "commit": "91ff86c" }, "cmp_luasnip": { "commit": "a9de941" }, "friendly-snippets": { - "commit": "2be79d8" + "commit": "fd16b4d" }, "gitsigns.nvim": { - "commit": "f98c85e" + "commit": "2c6f96d" }, "indent-blankline.nvim": { "commit": "db7cbcb" @@ -35,35 +35,35 @@ "lir.nvim": { "commit": "7d8c6c4" }, - "neodev.nvim": { - "commit": "d785dc8" - }, "lualine.nvim": { - "commit": "a52f078" + "commit": "edca2b0" }, "mason-lspconfig.nvim": { - "commit": "0051870" + "commit": "bf8ac12" }, "mason.nvim": { - "commit": "59e6fee" + "commit": "45b9a4d" + }, + "neodev.nvim": { + "commit": "08d8455" }, "nlsp-settings.nvim": { - "commit": "019ea0b" + "commit": "8500c4e" }, "null-ls.nvim": { - "commit": "c0c19f3" + "commit": "643c67a" }, "nvim-autopairs": { "commit": "4fc96c8" }, "nvim-cmp": { - "commit": "b0dff0e" + "commit": "3347dd3" }, "nvim-dap": { - "commit": "0b320f5" + "commit": "e71da68" }, "nvim-dap-ui": { - "commit": "c8ce83a" + "commit": "1cd4764" }, "nvim-lspconfig": { "commit": "35a731b" @@ -75,16 +75,16 @@ "commit": "af935fd" }, "nvim-tree.lua": { - "commit": "b01e7be" + "commit": "c446527" }, "nvim-treesitter": { - "commit": "8e76333" + "commit": "1da61c9" }, "nvim-ts-context-commentstring": { - "commit": "4d3a68c" + "commit": "2941f00" }, "nvim-web-devicons": { - "commit": "563f363" + "commit": "a8cf88c" }, "onedarker.nvim": { "commit": "b00dd21" @@ -102,7 +102,7 @@ "commit": "628de7e" }, "schemastore.nvim": { - "commit": "33873c7" + "commit": "03f4f94" }, "structlog.nvim": { "commit": "232a8e2" @@ -117,10 +117,10 @@ "commit": "2a787c4" }, "tokyonight.nvim": { - "commit": "4092905" + "commit": "e6307e1" }, "vim-illuminate": { - "commit": "a2e8476" + "commit": "0603e75" }, "which-key.nvim": { "commit": "6885b66" -- cgit v1.2.3