@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 😊.

#lazyvim #spacevim #astrovim #NvChad

@asltf If you don't have experience with #neovim then how are you going to code in it (you could still do it, after all it's just a text editor, but not productively). You should at least need to know how it is configured. You could use existing distributions like, #NvChad, #lazyvim, #astrovim, #spacevim, etc. Or, if you got time, create your own config -> https://youtube.com/playlist?list=PLsz00TDipIffreIaUNk64KxTIkQaGguqn
Before you continue to YouTube

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)

#vi #vim #programming #sideProject

Home

visimp # The simp counterpart of NvChad. visimp is a simple and modular Neovim v0.10.0+ config

visimp

@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 :)

#nvim #astronvim #astrovim

Managed to fix it by wiping my local cache and state:

rm -rf ~/.local/share/nvim/ ~/.local/state/nvim/

Thankfully NeoVim/AstroVim is still very quick it getting itself set up again afterwards.

#NeoVim #AstroVim

After writing code in #NeoVim for days on end, using Word to write a report seems unnatural. I keep trying to move up and down with "k" and "j".

#AstroVim #Vim

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

#neovim #astrovim #vim

Migration to v4.0

The documentation website for AstroNvim.

AstroNvim Documentation

Neovim v0.9.2 is now available

This is the first Neovim release since Bram Moolenaar passed away and the archival/deprecation of both null-ls.nvim and packer.nvim.

Is anyone running into any issues with this release (particularly if you use null-ls or packer)? How are the Neovim distros (eg - NvChad, AstroNvim, LazyVim, LunarVim, etc.) performing after the update?

https://github.com/neovim/neovim/releases/tag/v0.9.2

#nvim #Neovim #NvChad #AstroVim #LazyVim #LunarVim

@neovim

Release Nvim 0.9.2 · neovim/neovim

This is a maintenance release, focused on bug fixes and performance improvements However, There are included features related to TUI and :terminal. Bram Nvim is a fork of the Vim editor, created an...

GitHub