Hello les (neo)vimistes ou les autres développeurs intrigués par les éditeurs modaux.
Sur Paris le 20 septembre aura lieu un #TupperVim. Toutes les infos sont sur https://tuppervim.org/ mais en résumé: Mercredi 20 septembre de 19h30 à 22h dans les locaux de cashbee au 4 rue Thorel et inscription sur https://mensuel.framapad.org/p/95Cf7yZ4QahFl8wN6b24
Pour les curieux, voir ça comme un apéro autour de l'éditeur.
C'est super sympa, ça fait progresser et/ou rencontrer des gens !
#tuppervim #vim #nvim #neovim #helix #kakoune #emacs
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
Is Alacritty buggy on Windows? Some issues I encountered include:
- full window refresh (ie - flashes white) when leaving/entering an Alacritty window
- incorrect text rendering, especially when using special characters or complicated strings like regex expressions
- incorrect text/background highlighting when leaving applications like neovim
- (seemingly) slow performance at times compared to Windows Terminal
- unresponsive sessions
#terminal #windowsterminal #alacritty #nvim #neovim
Hey #nvim users 👋
I've seen a lot of people asking about plugins lately.
So I wrote an in-depth answer here: https://pcoves.gitlab.io/en/blog/nvim-must-have-plugins/
Forgive the English mistakes and typo, I'm not a native speaker and I lack some sleep.
Anyway, I hope it can come in handy for newcomers and experienced users alike.
Feel free to point out any mistake I made 🙏 It'd help me have a better setup in the end.
#neovim #lua #plugin crew - I need help with something. I have a few custom functions that I use in my #nvim config, but I want to take it a level higher. I want to set this function to run with a #vim command, such as :RunFunc.
I can see plenty of tutorials on writing custom functions, but I can't seem to figure out how to execute a function with a custom command. Currently digging through some existing plugins to see what I can find....
#neovim #lua #plugin #nvim #vim
Something really nice about writing your own user commands in #nvim instead of having tons of custom keybindings... Today I discovered this plugin: https://github.com/jakemason/ouroboros.nvim, and I wanted to make it behave the same as a.vim, my previous plug for such. Enter user_commands:
vim.api.nvim_create_user_command('A', 'Ouroboros', {})
Pues tomándole el pulso a #nvim ando. Intentando cambiar #vscode por nvim y la verdad que la configuración no ha sido fácil.... Pero veo que tiene mucho potencial... La configuración no ha sido fácil porque por aquí en el País Valencià vamos de la mano de C# gracias a los supuestos políticos progresistas que firmaron una sumisión con #microsoft...
Thought I'd try an #arm64 #vps (with #Debian). All was going fine until I realised that #neovim only release #appimage packages for #x86 #nvim due to some lack of support on #github
Not sure I want a VM without access to my fave editor!
#arm64 #vps #debian #neovim #appimage #x86 #nvim #github
I'm about to finish porting the #nvim #plugin dooku.nvim
https://github.com/Zeioth/dooku.nvim
Just discovered the existence of Treesitter text objects in #nvim, I cannot f*cking wait to test how it works and what I can do with it to gain even more productive with my setup :0
#nvim regexplainer, the plugin which tells you what your #regex is doing, now has long-awaited support for lookbehind assertions, thanks to the fixes in the upstream #treeSitter parser
Give'r a shot and let me know what you think