Sure, you can install a huge Vim plugin to help you format Markdown tables. Or, if you're like me and would like to keep your list of plugins short, and have #Pandoc installed anyway (because it rocks), you can simply do
setlocal formatprg=pandoc\ --from\ gfm\ --to\ gfm
in your ftplugin/markdown.vim, and then simply hit
gqip
("format interior of current paragraph") to reformat the messy table you're currently editing.
I built a Plugin Manager For Neovim that is pretty simple with some really robust features. #linux #neovim #opensource
How to I take #notes in 2025!
Many #shell tricks combined with #fzf, #Lua, and #Neovim of course!
#blog #fediverse #mastodon #vim #terminal #editor #plaintext #zettelkasten
#100DaysToOffload : 078/100
How to create a floating terminal in #Neovim with a couple of lines in #Lua
#blog #fediverse #mastodon #vim #terminal #editor
#100DaysToOffload : 077/100
You think I’m weird for scripting #neovim fully in #fennel? Behold! (#emacs) https://andreyor.st/posts/2024-12-20-extending-emacs-with-fennel/
in december, a **rich kid** killed a killer just to make a point about the cost of medical care being so high (in the u.s.) that it kills & bankrupts many thousands of americans every year, but #neovim devs are talking about a future — within the next 10 years — where it's common to get elective neurosurgery, as if that could possibly be on the same tier of affordability as a bespoke, custom-soldered keyboard.
i don't know if this is the dumbest timeline, but it's pretty dumb!
(it's a brilliant editor, and a brilliant development environment. It pains me to watch its dev team fall for bullshit like this.)
#neovim's :! is completely useless.
I just released v2 of Toney, A TUI Note-taking app for the terminal.
https://github.com/SourcewareLab/Toney
https://sourcewarelab.github.io/Toney/
PS: Actively looking for contributors! It would be great if you could star the repo, I am a student and it really helps applications. Thanks!
The new 'diffanchors' option lets you "anchor" groups of lines between files. For example, if you've changed a function and moved it elsewhere in the file, you can use this to see the differences: https://vimhelp.org/diff.txt.html#diff-anchors
Vim and NeoVim users, I need your help.
When I type a command, such as `Telescope find`, I have a menu with suggestions to complete with `find_files` for example. The first option appears to be selected, it is the one I want : find_files.
However, I have to tabulate, then tabulate back for it to be inserted. I tried adding vim.o.completeopt = 'menu,menuone,noselect' to my config but it does not work. I've read the completeopt options but I don't find anything useful.
On the Internet, I saw people with the same issue but I don't get how they fixed it and I don't want to install something else, I think I just need a configuration to make it work.
Can anyone help? Thanks.
The new @neovim v0.12 package manager looks good
```
vim.pack.add({
"https://github.com/folke/tokyonight.nvim",
})
require("tokyonight.colors").setup()
vim.cmd[[colorscheme tokyonight-moon]]
```
Alright got some time to work on my nvim plugins.
Starting with web.nvim I need to update some logic for vue-language-server since v3 was out I didn't know that there was a change from typescript-language-server to vtsls server
Anyone using Noice? After upgrading to #Neovim 0.11.3 the text in the command line (classic style) disappeared, and before I start debugging it I would like to know if this is a plug-ins behaving badly or a Neovim behaving badly thing
Vimistes de #Grenoble, oyez ! Ce lundi 21/07, donc totalement à l’arrache (comme il se doit), aura lieu un #tupperVim à la @TurbineCoop.
On va parler de #Vim, #Neovim, #CLI, et toutes ces sortes de choses. Et possiblement du #Quacken, vite fait.
Idéalement, inscrivez-vous sur le lien Meetup, ça fera plaisir à l’inusable Julio ! Mais vous pouvez aussi vous pointer à l’arrache, vous serez toujours bienvenu·e.
Grenoble: TupperVim, Le lundi 21 juillet 2025 de 19h00 à 23h00. https://www.agendadulibre.org/events/32872 #tuppervim #vim #atelier #initiation #séance #neovim #libre #réunion
How to use the latest C standard C23 with clang LSP (Langage Server) and Neovim editor - Blog post by xNaCly #Programming #Neovim https://xnacly.me/posts/2025/clangd-lsp/
This is pretty swank :) #wayland support now works great in Manjaro Linux on #wsl2 for #windows11
If nothing else I really dig having solid clipboard support for #neovim in WSL2 :)