Anyone running homebrew #neovim nightly on #macOS? I was running it without issues, but just ran into this:
https://github.com/neovim/neovim/issues/23365
during update.
Uninstalling and switching to stable release fixes it, but brew doctor isn't giving any indication that there's a problem with the setup.
I swear: about 90% of people on r/Neovim just don’t do any real work with it, they only look at pretty colors and at adding the latest plugins for fun.
Otherwise 90% of the threads don’t make any sense.
“I’m learning vim but I’m struggling with building my config”.
You’re not learning vim, mate. At best you’re learning Lua.
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
Il y a un mois, je me suis enfin décidé à utiliser #neovim en tant que text editor par défaut après des années avec Kate.
D'un simple vimrc puis la gestion avec packer pour finir sur lazy (le plugin manager) en quelques jours^^
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
@stpaultim I follow the usual data science tags:
#python, #rstats, #statistics, etc
Plus some tags specific to my tech and math interests:
#neovim, #algebra, #linux, etc
Plus just one non-tech tag:
#python #rstats #statistics #neovim #algebra #linux #india
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
I guess I’ll jump in the hype. #10ThingsILoveRightNow
#neovim
#rust
#obsidian
#mastodon
#kindle
#writing
#indieweb
#astrodotbuild
#digitalnomadlifestyle
#buildinpublic
#buildinpublic #digitalnomadlifestyle #AstroDotBuild #indieweb #Writing #kindle #Mastodon #Obsidian #Rust #neovim #10thingsiloverightnow
A fresh supporter of #neovim development. Most likely the most important program I use.
I'm testing a new version of indent-blankline
https://github.com/lukas-reineke/indent-blankline.nvim/tree/v3
Happy for any feedback
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.
You learn so much when you RTFM: https://neovim.io/doc/user/pattern.html
I have so many uses for searches in #neovim like /test/e that put me on the last "t" in "test"!
#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
#new #neovim #plugin #published
For those who prefer a DIY approach.
#new #neovim #plugin #published
One truly amazing feature of #Neovim is that if you do a forward search with `/`, and then you move the viewport with `<c-f>` or similar, and then you use `n`, it will start from the first occurrence of the search in the currently visible portion of the buffer. Almost every other environment I've ever worked in would scroll you back to the start, and force you to advance through every occurrence with the keybinding.
Want to use #Treesitter for context aware snippets in #neovim?
Check out my new blog post: https://cj.rs/blog/luasnip-and-treesitter-for-smarter-snippets/
Feedback welcome, feel free to comment by answering this post!