altf.nvim - a project alternate file manager for neovim release v1.0.0

https://github.com/wsdjeg/altf.nvim/releases/tag/v1.0.0

#neovim

Release v1.0.0 · wsdjeg/altf.nvim

1.0.0 (2025-11-10) Features support toml (d4f67f9) Bug Fixes fix util.notify (006a890) skip complete if no alt conf (2e85442)

GitHub

I had never looked at #LSP but now I want to integrate it in my #neovim setup and I find out that there are a lot for each language… so here comes another question to #python devs: which LSP config do you use in those listed at https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md?

#development

nvim-lspconfig/doc/configs.md at master · neovim/nvim-lspconfig

Quickstart configs for Nvim LSP. Contribute to neovim/nvim-lspconfig development by creating an account on GitHub.

GitHub

#Vimovember Day 11 - Registers

The only thing I can think of at the moment concerning registers is that, having the which-key (which I think is responsible of this behavior), " lists all of them and that helps me a lot to make my choice before hitting p to paste the correct one in my document 😄

#Vim #NeoVim #Txt

Time to learn how to make #neovim my new editor. I am sick of all the modern IDE’s becoming bloated and trying to convince me to use AI when I want nothing to do with it.

What do you tend to do for terminal stuff in (neo)vim?

#neovim #vim

Open a terminal buffer
Briefly suspend vim
A different terminal/tmux tab or split
Something else
Poll ends at .

#Vimovember Day 10 - Insert Tricks

I have no insert trick other than the regular keymaps, I guess… I'd simply mention A which goes in insert mode at the end of a line. I use it often :)

Another little thing that made my day sometimes was :r <filename> to insert a file in the document.

#Vim #NeoVim #Txt

### Day 9: Repeat (2/2)

* :normal .

:3,10normal .
-> repeats your last change on every line from 3 to 10.

Combine this with macros or registers, and you have automation magic without writing loops.

#Vimovember #vim #editors #FOSS #neovim

#neovim Development News The 0.12 version will allow highlighting active snippet tabstop (expanded with `vim.snippet.expand()`) with `SnippetTabstopActive` highlight group. PR: - github.com/neovim/neovi...

feat(snippet): highlight activ...
feat(snippet): highlight active tabstop by TheBlob42 · Pull Request #35378 · neovim/neovim

Introduce a new highlight group SnippetTabstopActive for the currently active tabstop. This makes it easier to identify the current text that is changed, especially for directly adjacent tabstops o...

GitHub
After using #Vim for goodness knows how long I'm dipping my toes into the #Neovim pool. It is now my default editor.
TIL that Ctrl+Alt+PageUp/PageDown switch tabs in #Neovim. 😅