remove neovim 0.7 pinned versions
This commit is contained in:
parent
98658d1c8c
commit
ae93f779d8
@ -46,8 +46,6 @@ packer.startup({
|
|||||||
-- Colorscheme (See autocommands.lua)
|
-- Colorscheme (See autocommands.lua)
|
||||||
use({
|
use({
|
||||||
'lunarvim/darkplus.nvim',
|
'lunarvim/darkplus.nvim',
|
||||||
commit = 'f20cba5d690bc34398a3a8372ee7bbbc7b6609fa',
|
|
||||||
-- tag = 'neovim-0.7', -- this has imperfect comment highlights
|
|
||||||
})
|
})
|
||||||
--[[ use { '~/builds/darkplus.nvim' } ]]
|
--[[ use { '~/builds/darkplus.nvim' } ]]
|
||||||
|
|
||||||
@ -136,13 +134,10 @@ packer.startup({
|
|||||||
-- Treesitter
|
-- Treesitter
|
||||||
use({
|
use({
|
||||||
'nvim-treesitter/nvim-treesitter',
|
'nvim-treesitter/nvim-treesitter',
|
||||||
commit = '4cccb6f494eb255b32a290d37c35ca12584c74d0',
|
|
||||||
run = ':TSUpdate',
|
run = ':TSUpdate',
|
||||||
config = function()
|
config = function()
|
||||||
require('configs.treesitter').config()
|
require('configs.treesitter').config()
|
||||||
end,
|
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
|
-- Auto-close tags
|
||||||
|
Loading…
Reference in New Issue
Block a user