@cryptomilk #neovim have some great distributions but I still think that if you want to start with Neovim, start with creating your own config. Because it'll force you to not only use it but also learn it 😊.
Although there are some fantastic #Neovim distributions out there (like #lazyvim, #nvchad, #astrovim, etc.) that provides everything out of the box but, I still prefer creating my own config. It makes me feel that everything I do is in my own control, every plugin, every keymap.
What y'all think about this ?
Just released #visimp 0.6.0 :) It's a minimal, modular, and fully declarative alternative to more popular #neovim distributions (e.g., #nvchad, #lunarvim, or #astrovim). A friend of mine and I have been working on it for the past few year.
- [Home page](https://visimp.teapot.ovh)
- [Changelog](https://github.com/visimp/visimp/releases/tag/v0.6.0)
@Olical hi! Quick AstroNvim sanity check before I file an issue, are you able to go add something into your configuration for astrolsp? I’m trying to see if the plugin-wide opts.on_attach() function is being called. According to docs it’s meant to be called after every lspconfig invocation of the default on_attach but I can’t get it to trigger at all.
You should be able to see if it’s working by just putting a vim.notify(“hi from astrolsp”) in the function and then opening a file that attaches an lsp. Thanks :)
Oh cool, there is a new release of **AstroNvim** which means I need to spend a couple of hours migrating/configuring everything again 💀
➡️ Migration guide: https://docs.astronvim.com/configuration/v4_migration
Looks cool though, thanks for the kickass Neovim config guys! @AstroNvim