mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-29 14:28:18 +02:00
refactor: lock new installations to nvim v0.7+ (#2526)
This commit is contained in:
parent
f49f687bc2
commit
3de829e76e
8 changed files with 8 additions and 9 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue