1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-02 02:49:26 +00:00

[neovim] Move projections branch to pre_release

This commit is contained in:
2023-06-30 19:51:40 +02:00
parent 0f9d10ef4e
commit b748759365

View File

@ -85,7 +85,7 @@ require("lazy").setup({
{ "gelguy/wilder.nvim" },
{ "romgrk/fzy-lua-native" },
{ "mg979/vim-visual-multi", version = "v0.*" },
{ "gnikdroy/projections.nvim" },
{ "gnikdroy/projections.nvim", branch = "pre_release" },
{ "nvim-treesitter/nvim-treesitter", event = "BufReadPost" },
{
"nvim-neo-tree/neo-tree.nvim",