mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-30 22:59:22 +02:00
feat: full compatibility with neovim v0.6 (#2037)
This commit is contained in:
parent
38a1724340
commit
6770808bec
6 changed files with 69 additions and 65 deletions
|
@ -134,7 +134,7 @@ return {
|
|||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
commit = commit.treesitter,
|
||||
branch = "0.5-compat",
|
||||
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