Update readme

This commit is contained in:
Marcelo Jacobus 2025-06-29 21:30:21 -03:00
parent 01a04fb691
commit a2d591a173
2 changed files with 16 additions and 17 deletions

View file

@ -1,5 +1,20 @@
# My neovim config
```sh
./install.sh
```
## Installing avante
```
brew install ollama
ollama serve &
ollama pull mistral # or ollama pull llama3:8b-q4_0
ollama run mistral
```
## Install avante
cd ~/.local/share/nvim/lazy/avante.nvim
LUA_VERSION=luajit bash ./build.sh

View file

@ -1,16 +0,0 @@
# 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