nvim: Version-pin treesitter again
Treesitter had to run as a non-versioned (trunk-tracking) plugin for a while since there was no updated version released. Now that it is we can return to a nicely versioned tag.
This commit is contained in:
parent
bb11a12f25
commit
22e8f9761f
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ return {
|
|||
},
|
||||
{ "nushell/tree-sitter-nu", version = false },
|
||||
},
|
||||
version = false, -- TODO: Can be set to versioned if new version after 2024-12-12 is released
|
||||
config = function()
|
||||
local enabled_parsers = {}
|
||||
for _, lang in pairs(Languages) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue