refactor: lock new installations to nvim v0.7+ (#2526)

This commit is contained in:
kylo252 2022-04-27 17:37:27 +02:00 committed by GitHub
parent f49f687bc2
commit 3de829e76e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 9 deletions

View file

@ -114,7 +114,6 @@ local core_plugins = {
-- Treesitter
{
"nvim-treesitter/nvim-treesitter",
branch = vim.fn.has "nvim-0.6" == 1 and "master" or "0.5-compat",
-- run = ":TSUpdate",
config = function()
require("lvim.core.treesitter").setup()