mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-26 10:48:45 +02:00
docs: Add more documentation (#1174)
This commit is contained in:
parent
abaa6d90e4
commit
6323b419fd
3 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
local load_textobjects = false
|
||||
return {
|
||||
-- Treesitter is a new parser generator tool that we can
|
||||
-- use in Neovim to power faster and more accurate
|
||||
-- syntax highlighting.
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
version = false, -- last release is way too old and doesn't work on Windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue