mirror of
https://github.com/runyanjake/dotfiles.git
synced 2025-10-04 13:57:28 -07:00
Update README and remove custom treesitter
This commit is contained in:
parent
19e76f216d
commit
18f2be77d9
@ -63,6 +63,12 @@ Install with:
|
|||||||
sudo apt-get install ripgrep
|
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
|
## Plugins/Addons/Extras
|
||||||
|
@ -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,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user