[neovim] Move projections branch to pre_release

This commit is contained in:
Daniel Carrillo 2023-06-30 19:51:40 +02:00
parent 0f9d10ef4e
commit b748759365
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 1 deletions

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",