LunarVim/snapshots/default.json

135 lines
2.2 KiB
JSON
Raw Normal View History

{
"Comment.nvim": {
"commit": "6821b3a"
},
"LuaSnip": {
"commit": "d33cf7d"
},
"alpha-nvim": {
"commit": "b3eef69"
},
"bigfile.nvim": {
"commit": "c1bad34"
},
"bufferline.nvim": {
"commit": "cbb798d"
},
"cmp-buffer": {
2022-08-10 11:30:18 +02:00
"commit": "3022dbc"
},
2023-01-19 16:03:54 +01:00
"cmp-cmdline": {
"commit": "8fcc934"
2023-01-19 16:03:54 +01:00
},
"cmp-nvim-lsp": {
"commit": "0e6b2ed"
},
"cmp-path": {
"commit": "91ff86c"
},
"cmp_luasnip": {
"commit": "1809552"
},
"friendly-snippets": {
"commit": "6fa50a9"
},
"gitsigns.nvim": {
"commit": "f388995"
},
"indent-blankline.nvim": {
"commit": "018bd04"
},
refactor: migrate to lazy.nvim (#3647) * refactor: convert plugins spec to lazy * refactor(lazy): remove impatient * fix(telescope): no more errors if theme is nil * refactor(lazy): use lazy in plugin_loader * refactor(lazy): pin plugins with packer's snapshot * fix: add plugins to rtp before config:init * fix: fs_stat nil check * feat: lazy cache * feat(lazy): reloading * refactor(lazy): plugin-loader functions * feat(lazy): cache reset * refactor: set runtimepath manually * fix: runtimepath * refactor(rtp) * refactor(lazy): packer -> lazy in various places * fix(lazy): disable tree-sitter ensure installed * refactor(lazy): restore order to bootstrap * refactor(lazy): remove unused impatient profiler * small fixes * `lvim.plugins` deprecation handling * fix: deprecation of `requires` in plugin specs * feat: core plugins pinning * refactor(lazy): plugin loader tests * refactor(lazy): use lazy in scripts * refactor(lazy): which-key keybinds * chore: format * fix: installer * fix: first time setup * feat: changes required for packaging commit 951ac2b7c01b5200b973660c967852d1706cce28 Author: LostNeophyte <lostneophyte@tuta.io> Date: Wed Dec 28 13:49:44 2022 +0100 fix: clean folder before copying plugins commit 64e9afa44b8e528ba527e0510d0d8c2d2237a095 Author: LostNeophyte <lostneophyte@tuta.io> Date: Wed Dec 28 13:35:41 2022 +0100 feat: copy core plugins on first run commit 2d8e72090c7624f68c09a9aa6582223373a810c1 Author: LostNeophyte <lostneophyte@tuta.io> Date: Wed Dec 28 13:11:22 2022 +0100 feat(utils): fs_copy commit 85c1f025a6ba13183e85141f75f60e2eefc77bb5 Author: LostNeophyte <lostneophyte@tuta.io> Date: Wed Dec 28 13:04:38 2022 +0100 fix: copy correct example config * fix: packer specs deprecation handling * fix: plugin specs deprecation * feat: pin lazy's version * fix: remove plugins form rtp before loading lazy * fix: plugin-loader test * feat(lazy): add keymappings for profile, log, and debug (#3665) * feat(lazy): Add keymappings for profile, log, and debug * feat(lazy): Add keymap for cleaning * chore: format * pref: lazy load many plugins Co-authored-by: Uzair Aftab <uzaaft@outlook.com> * fix: bootstrap correct version of lazy * fix: also use CmdLineEnter event for cmp * fix: don't use lazy's modules before it's set up * perf: (hack) enable lazy's cache before loading lazy * fix: plugins.lua * fix: plugins bump script * chore: remove debug print * feat: add rounded border for `:Lazy` * fix: bufferline flashing * fix: don't close lazy on startup * fix: load breadcrumbs on startup * fix: don't lazy load bufferline * chore: bump lazy's version * fix: remove site from rtp (fixes treesitter issues) * revert default config copying changes * fix(bootstrap): actually remove plugins dir on windows * chore: bump lazy's version * chore: bump lazy's version Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com> Co-authored-by: Uzair Aftab <48220549+Uzaaft@users.noreply.github.com> Co-authored-by: Uzair Aftab <uzaaft@outlook.com> Co-authored-by: opalmay <opal.mizrahi2@gmail.com>
2023-01-10 21:18:17 +01:00
"lazy.nvim": {
"commit": "8077428"
refactor: migrate to lazy.nvim (#3647) * refactor: convert plugins spec to lazy * refactor(lazy): remove impatient * fix(telescope): no more errors if theme is nil * refactor(lazy): use lazy in plugin_loader * refactor(lazy): pin plugins with packer's snapshot * fix: add plugins to rtp before config:init * fix: fs_stat nil check * feat: lazy cache * feat(lazy): reloading * refactor(lazy): plugin-loader functions * feat(lazy): cache reset * refactor: set runtimepath manually * fix: runtimepath * refactor(rtp) * refactor(lazy): packer -> lazy in various places * fix(lazy): disable tree-sitter ensure installed * refactor(lazy): restore order to bootstrap * refactor(lazy): remove unused impatient profiler * small fixes * `lvim.plugins` deprecation handling * fix: deprecation of `requires` in plugin specs * feat: core plugins pinning * refactor(lazy): plugin loader tests * refactor(lazy): use lazy in scripts * refactor(lazy): which-key keybinds * chore: format * fix: installer * fix: first time setup * feat: changes required for packaging commit 951ac2b7c01b5200b973660c967852d1706cce28 Author: LostNeophyte <lostneophyte@tuta.io> Date: Wed Dec 28 13:49:44 2022 +0100 fix: clean folder before copying plugins commit 64e9afa44b8e528ba527e0510d0d8c2d2237a095 Author: LostNeophyte <lostneophyte@tuta.io> Date: Wed Dec 28 13:35:41 2022 +0100 feat: copy core plugins on first run commit 2d8e72090c7624f68c09a9aa6582223373a810c1 Author: LostNeophyte <lostneophyte@tuta.io> Date: Wed Dec 28 13:11:22 2022 +0100 feat(utils): fs_copy commit 85c1f025a6ba13183e85141f75f60e2eefc77bb5 Author: LostNeophyte <lostneophyte@tuta.io> Date: Wed Dec 28 13:04:38 2022 +0100 fix: copy correct example config * fix: packer specs deprecation handling * fix: plugin specs deprecation * feat: pin lazy's version * fix: remove plugins form rtp before loading lazy * fix: plugin-loader test * feat(lazy): add keymappings for profile, log, and debug (#3665) * feat(lazy): Add keymappings for profile, log, and debug * feat(lazy): Add keymap for cleaning * chore: format * pref: lazy load many plugins Co-authored-by: Uzair Aftab <uzaaft@outlook.com> * fix: bootstrap correct version of lazy * fix: also use CmdLineEnter event for cmp * fix: don't use lazy's modules before it's set up * perf: (hack) enable lazy's cache before loading lazy * fix: plugins.lua * fix: plugins bump script * chore: remove debug print * feat: add rounded border for `:Lazy` * fix: bufferline flashing * fix: don't close lazy on startup * fix: load breadcrumbs on startup * fix: don't lazy load bufferline * chore: bump lazy's version * fix: remove site from rtp (fixes treesitter issues) * revert default config copying changes * fix(bootstrap): actually remove plugins dir on windows * chore: bump lazy's version * chore: bump lazy's version Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com> Co-authored-by: Uzair Aftab <48220549+Uzaaft@users.noreply.github.com> Co-authored-by: Uzair Aftab <uzaaft@outlook.com> Co-authored-by: opalmay <opal.mizrahi2@gmail.com>
2023-01-10 21:18:17 +01:00
},
2022-09-19 17:44:04 +02:00
"lir.nvim": {
"commit": "1aa871f"
2022-09-19 17:44:04 +02:00
},
"lualine.nvim": {
"commit": "e99d733"
},
"lunar.nvim": {
"commit": "29eedf7"
},
"mason-lspconfig.nvim": {
"commit": "93e58e1"
},
"mason.nvim": {
"commit": "5b9fd38"
},
"neodev.nvim": {
"commit": "6d36292"
},
"nlsp-settings.nvim": {
"commit": "be8cb71"
},
"null-ls.nvim": {
"commit": "689cdd7"
},
"nvim-autopairs": {
"commit": "bde7a1b"
},
"nvim-cmp": {
"commit": "ba7a534"
},
"nvim-dap": {
"commit": "e8dd631"
},
"nvim-dap-ui": {
"commit": "bf9f0c4"
},
"nvim-lspconfig": {
"commit": "91998ce"
},
"nvim-navic": {
"commit": "7e9d2b2"
},
"nvim-tree.lua": {
"commit": "9c97e64"
},
"nvim-treesitter": {
"commit": "8b444f9"
},
"nvim-ts-context-commentstring": {
2023-01-19 16:03:54 +01:00
"commit": "a0f8956"
},
"nvim-web-devicons": {
"commit": "4709a50"
},
"onedarker.nvim": {
"commit": "b00dd21"
},
"plenary.nvim": {
"commit": "253d348"
},
"popup.nvim": {
"commit": "b7404d3"
},
"project.nvim": {
2022-11-01 01:22:41 +01:00
"commit": "685bc8e"
},
"schemastore.nvim": {
"commit": "9c3593f"
},
"structlog.nvim": {
"commit": "45b26a2"
},
"telescope-fzf-native.nvim": {
"commit": "580b6c4"
},
"telescope.nvim": {
"commit": "766a45a"
},
"toggleterm.nvim": {
"commit": "ecf9dac"
},
"tokyonight.nvim": {
"commit": "a0abe53"
},
"vim-illuminate": {
"commit": "49062ab"
2022-09-20 04:14:32 +02:00
},
"which-key.nvim": {
"commit": "5224c26"
}
2022-10-01 00:40:07 +02:00
}