diff options
author | Abouzar Parvan <[email protected]> | 2022-09-20 14:11:58 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2022-09-20 14:11:58 +0430 |
commit | 518b1d4167162a54a6e76784038d30191613b76d (patch) | |
tree | 6007451a5e1f77db9ee116ee1a262c8f0639115d /snapshots | |
parent | 03ec31253fc868b3ab5a8217640ec04248ae0046 (diff) |
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 <[email protected]>
Diffstat (limited to 'snapshots')
-rw-r--r-- | snapshots/default.json | 15 |
1 files changed, 9 insertions, 6 deletions
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" } } |