From ae93f779d8340c5757a6fc9b29bdbe438dda5869 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Tue, 10 Jan 2023 10:25:49 -0800 Subject: [PATCH] remove neovim 0.7 pinned versions --- lua/plugins.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index fce105a..08db5b7 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -46,8 +46,6 @@ packer.startup({ -- Colorscheme (See autocommands.lua) use({ 'lunarvim/darkplus.nvim', - commit = 'f20cba5d690bc34398a3a8372ee7bbbc7b6609fa', - -- tag = 'neovim-0.7', -- this has imperfect comment highlights }) --[[ use { '~/builds/darkplus.nvim' } ]] @@ -136,13 +134,10 @@ packer.startup({ -- Treesitter use({ 'nvim-treesitter/nvim-treesitter', - commit = '4cccb6f494eb255b32a290d37c35ca12584c74d0', run = ':TSUpdate', config = function() require('configs.treesitter').config() end, - -- the next commit, 42ab95d5e11f247c6f0c8f5181b02e816caa4a4f breaks the darkplus colorscheme (and nvim 0.7.2) - -- https://github.com/nvim-treesitter/nvim-treesitter/pull/3656 }) -- Auto-close tags