mirror of
https://github.com/runyanjake/dotfiles.git
synced 2025-10-04 13:57:28 -07:00
Compare commits
3 Commits
58c604b26e
...
64d102d3d9
Author | SHA1 | Date | |
---|---|---|---|
64d102d3d9 | |||
18f2be77d9 | |||
19e76f216d |
@ -34,5 +34,5 @@ rm -r Meslo Meslo.zip
|
||||
3. Create an Alacritty config folder and link the alacritty config in this repo into there.
|
||||
```
|
||||
mkdir -p ~/.config/alacritty
|
||||
ln -sfn /path/to/dotfiles/lazyvim/alacritty-ubuntu.toml ~/.config/alacritty/alacritty.toml
|
||||
ln -sfn /path/to/dotfiles/alacritty/alacritty-ubuntu.toml ~/.config/alacritty/alacritty.toml
|
||||
```
|
||||
|
@ -63,6 +63,12 @@ Install with:
|
||||
sudo apt-get install ripgrep
|
||||
```
|
||||
|
||||
2. fdfind
|
||||
This is used for the search bar in the explorer panel.
|
||||
|
||||
Install with:
|
||||
```
|
||||
sudo apt install fd-find
|
||||
```
|
||||
|
||||
## 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