11 lines
282 B
Markdown
11 lines
282 B
Markdown
# Neovim Config
|
|
|
|
To ignore changes to local plugins file. Used for keeping computer specific configs/plugins
|
|
```shell
|
|
git update-index --assume-unchanged lua/plugins-local.lua
|
|
```
|
|
|
|
## Requirements
|
|
* ripgrep - for telescope
|
|
* [A patched font](https://www.nerdfonts.com/) - for icons
|