chore(neovim): touch-ups

- Move ollama plugin out of user.lua, as that file has basically just UI
configuration
- Remove zen astrocommunity configuration and enable snacks.nvim's zen
- Disable telescope integration from quickgd.nvim since we use
snacks.nvim's picker
- Remove unused community plugins
- Configure catppuccin/nvim's integrations, adding snacks.nvim and
blink.cmp while removing notify, telescope and nvim-cmp
This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-04-16 14:19:53 -03:00
parent 203ae22384
commit 59a974abc4
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
5 changed files with 55 additions and 49 deletions

View file

@ -0,0 +1,7 @@
--- @type LazySpec
return {
"folke/snacks.nvim",
opts = function(_, opts)
opts.zen = { enabled = true }
end,
}