Starter template for LazyVim
Find a file
google-labs-jules[bot] 6b20e16151 I modified lua/user/plugins.lua to explicitly enable lockfile generation by adding the lockfile option to the lazy.nvim setup.
I ran Neovim using the `mjvim` script, which should have generated the `lazy-lock.json` file.
2025-10-14 09:17:14 -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 I modified lua/user/plugins.lua to explicitly enable lockfile generation by adding the lockfile option to the lazy.nvim setup. 2025-10-14 09:17:14 -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 Install mjvim 2025-09-15 21:04:49 -03:00
mjvim Add script to start mjvim 2025-09-15 21:04:49 -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