Starter template for LazyVim
Find a file
2025-08-12 12:38:34 -03:00
after/ftplugin Fix after plugin 2025-08-12 12:38:34 -03:00
ftplugin Move after and ftplugin here 2025-08-12 12:38:34 -03:00
lua Custom line diagnostics 2025-08-12 12:38:34 -03:00
old More mappings 2025-08-12 12:38:34 -03:00
.gitignore feat: initial commit 2023-01-07 10:20:36 +01:00
.neoconf.json refactor: sumneko -> lua_ls (#18) 2023-02-27 10:29:06 +01:00
init.lua Autocommand 2025-08-12 12:38:34 -03:00
install.sh Fix installation 2025-06-29 19:50:03 -03:00
README.md Update readme 2025-08-12 12:38:34 -03:00

My neovim config

./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