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 = '*'