mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
16 lines
337 B
Markdown
16 lines
337 B
Markdown
# My neovim config
|
|
|
|
```sh
|
|
./install.sh
|
|
```
|
|
|
|
Forked starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
|
|
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.
|
|
|
|
## Installing avante
|
|
|
|
```
|
|
brew install ollama
|
|
ollama serve &
|
|
ollama pull mistral # or ollama pull llama3:8b-q4_0
|
|
ollama run mistral
|