No description
Find a file
Nick Zana d526cd36b6 Pin nvim-treesitter to master branch for Neovim 0.11
The main branch is a rewrite requiring Neovim 0.12 nightly and drops the
nvim-treesitter.configs module, breaking config on 0.11.6. Pin to the
supported master branch, add ensure_installed/auto_install so parsers
install automatically, and refresh all plugins to latest.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-07 19:37:43 -04:00
lua Pin nvim-treesitter to master branch for Neovim 0.11 2026-07-07 19:37:43 -04:00
.gitignore add spell to gitignore 2022-03-19 17:06:46 -04:00
init.lua Redo everything because of an LSP bug and it still didn't fix it :( 2024-11-29 21:19:14 -05:00
lazy-lock.json Pin nvim-treesitter to master branch for Neovim 0.11 2026-07-07 19:37:43 -04:00
README.md Fix README paths 2025-01-21 22:11:04 -05:00

mkdir -p ~/.local/share/nvim
cd ~/.local/share/nvim
git clone --filter=blob:none --branch=stable https://github.com/folke/lazy.nvim.git ./lazy/lazy.nvim