From 5235f1d7fccdbcb1553f8bdaea207d66d40d61da Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 7 Aug 2023 01:43:58 +0200 Subject: [PATCH] nvim: switch to pre_release branch of projections to shut up warning --- .config/nvim/lua/my/plugins.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/nvim/lua/my/plugins.lua b/.config/nvim/lua/my/plugins.lua index 2ee5053..debf202 100644 --- a/.config/nvim/lua/my/plugins.lua +++ b/.config/nvim/lua/my/plugins.lua @@ -190,7 +190,9 @@ require('packer').startup({ } use { 'https://github.com/windwp/nvim-autopairs' } use { 'https://github.com/L3MON4D3/LuaSnip' } - use { 'https://github.com/GnikDroy/projections.nvim' } + use { + 'https://github.com/GnikDroy/projections.nvim', + branch = 'pre_release' } use { 'https://github.com/mfussenegger/nvim-dap', tag = '*'