#nvim
I love Nvim, but how on earth is it so freaking bad at auto-restoring sessions. Every plugin for this is riddled with bugs and quirks. They all work 80% of the time, never 100% of the time. This is like Code Editor 101 shit, how is this not built in with top-notch support... 🤦
September 26, 2026 at 1:00 PM
Nice. I think, I found the perfect little neovim setup for me. Just a few plugins. No Lazy. vim.pack FTW.

https://gist.github.com/oliverandrich/c5a07d8977bee23e6016c5767988acf7

#neovim
September 24, 2026 at 4:38 PM
I was this old when I realized one can jump to previous location in file when opening it using (n)vim by pressing '". That is ' followed by ". What a sweet day.

#vim #nvim
September 24, 2026 at 11:32 AM
nvimみんなどれ使ってる?

NVIM v0.12.5
Build type: RelWithDebInfo
LuaJIT 2.1.1774638290
Run "nvim -V1 -v" for more info

#gamedev
September 24, 2026 at 9:11 AM
I agree. Missing many features in Windows Terminal, I created my own terminal based on its shell.

Added the features I needed. I made it a central hub for my workflow, managing my agents across harnesses, integrating with my Windows Tiling Manager, nvim, and other tools I use.
September 24, 2026 at 7:37 AM
gvimrc が読まれなくなっちゃう…。素直に ~/vimfiles に戻して、~/.config/nvim/init.vim 作って source するのが良さそう。runtimepath は vimrc で vimrc のフォルダを expand で取得して、そのフォルダを前に、after を後ろに追加かな
September 23, 2026 at 12:08 PM
neovim 使ってみようと思って vim の設定を改造してる

素の vim も使いたいので has('nvim') 分岐をちょこちょこ入れてみて init.lua を用意して vimrc を source するようにした

XDG_CONFIG_HOME を設定 NVIM_APPNAME に vim を設定して、そこにフォルダを移動。でも vim の方は windows だと見てくれないのか…。

とりあえず ~/_vimrc を作ってこっちも source した

#vim
September 23, 2026 at 2:51 AM
昨日は ~/.config/nvim の棚卸しをしたし、発表準備をしないといけなくなると、発表準備以外が捗る。
September 22, 2026 at 1:45 AM
it's pretty good without; it's got pickers and lsps and i was trying to port my lazyvim config to it a little bit last week and most things just, didn't need to come over.

if you use nvim like emacs it may not go so hot

(but also if you get steel working well pls say, it looks neat!)
September 21, 2026 at 6:34 PM
This is such a common failure pattern, and i it did happen before (endless nvim/dotfiles config updates) but it feels different here. gastown was peak this problem
I spent so much time and energy on the harness that I've kind of lost track of what I even wanted to do with it. I genuinely need a break, probably
September 21, 2026 at 5:59 PM
Interesting talk. I had been using a full KDE desktop on my Linux machines since ~2000 or so but recently switched to Niri, a tiling WM and find it much better suits my workflow. This is coincident with leaving behind big and heavy click-centered IDEs for nvim with a judicious selection of plugins.
September 20, 2026 at 9:02 PM
Solved. Had the new version of nvim-treesitter COMPLETELY misconfigured
September 20, 2026 at 3:17 AM
is this for rootshell i did basically the same thing w nvim cause of how rootshell kills shit lmao
September 19, 2026 at 11:34 PM
nvimはいかがでしょう? vimと設定ファイル別にもできるので、neovimだけinit.luaでゴリゴリに整備するとか。
September 19, 2026 at 9:22 PM
hawk lua nvim on that buffer (really eepy but got something done after slamming my head against the wall all night I hope to finish a different part of this when I wake up)
September 19, 2026 at 1:19 PM
nvim-mcp-git
MCP server for Neovim, git main build
aur.archlinux.org
September 19, 2026 at 12:31 PM
i need to find myself a new editor, vscodium is extremely slow. zed looks nice but i don't really have working gpu accel (oh the woes of having an old nvidia card), nvim is maintained by Bad People, sublime text is closed source...
i think my only options left are kate, emacs and obscure things.
September 18, 2026 at 8:43 PM
like i'm already prolly not gonna pull nvim and ghostty. they're excellent; best in class. and mitchell and justin are both in the "i don't like your friends" category, a category i am fundamentally morally opposed to
September 17, 2026 at 1:41 PM
emacs使ってみると思って入れたんだけど。
.lua言語とじゃないからカスタマイズが.el言語だと使いづらくて結局nvimに戻りました。
#nvim #neovim #vim
September 17, 2026 at 9:24 AM
Also nvim-treesitter has apparently undergone a MASSIVE refactor so all my previous experience with finagling it to work is no longer useful. Yayyyy
September 16, 2026 at 10:56 PM
Good news: I successfully wrote a fully functional and mostly accurate parser for an esolang today

Bad news: I now need to get nvim-treesitter to recognize the queries. Because it's from a custom language which means. It. Doesn't like loading queries
September 16, 2026 at 10:56 PM
#neovim Development News

The 0.12 version adds the ability to disable automatic background detection during startup by setting the environment variable `NVIM_NOTTYFAST`. This improves working with slow SSH connection.

PR:
- github.com/neovim/neovi...
feat(startup): restore ttyfast to control startup behavior by kylesower · Pull Request #38699 · neovim/neovim
Problem When running nvim on a remote machine over SSH, if there is high ping, then bg detection may not complete in time. This results in a warning every time nvim is started. close #38648 Solutio...
github.com
September 16, 2026 at 2:43 PM
Ugh, I feel like I have to switch to VSCode for a Gameboy Homebrew project because in NVim, Clangd keeps yelling at me about errors in 3rd party header files.
September 15, 2026 at 10:19 PM
I think things have reached a point where nvim in the terminal is the least painful way to edit text on android. clown world just keeps on honking
September 15, 2026 at 12:09 PM