Update README and remove custom treesitter

This commit is contained in:
whitney 2025-07-22 01:29:31 -07:00
parent 19e76f216d
commit 18f2be77d9
2 changed files with 6 additions and 21 deletions

View File

@ -63,6 +63,12 @@ Install with:
sudo apt-get install ripgrep
```
2. fdfind
This is used for the search bar in the treesitter panel.
Install with:
```
sudo apt install fd-find
```
## Plugins/Addons/Extras

View File

@ -1,21 +0,0 @@
return {
"nvim-treesitter/nvim-treesitter",
opts = {
ignore_install = {},
highlight = {
enable = true,
},
incremental_selection = {
enable = true,
keymaps = {
init_selection = "gnn",
node_incremental = "grn",
scope_incremental = "grc",
node_decremental = "grm",
},
},
indent = {
enable = true,
},
},
}