#Neovide

2026-02-28
The #gVim #Flatpak, which I am running in #Bluefin, has been grabbing a whole lot of CPU. I only noticed it yesterday, but it could have been going on a bit longer.

Until this is resolved, I'll be using console Vim, which does ship with Bluefin Stable.

I generally prefer gVim because I use the system clipboard a lot, and it's slightly easier with a GUI app. I also use the mouse a bit. That's the kind of Vimmer I am.

I can make it work with console #Vim, and that's probably better for me in the long run.

I would have moved to #Neovim GUI #Neovide, but my .vimrc does not work, and it would be a heavy lift to re-create it.
2026-01-14

Пару дней использовал #neovide. Надоело, вернул `foot nvim`. Как же легко дышится, когда редактор открывается мгновенно! Хоть я и отключил часть гламура, закинув `no-multigrid = true` в `~/.config/neovide/config.toml`, neovide всё равно какой-то медленный, вязкий, с фризами. Вот вам и blazing fast rust. Но я, конечно, спишу это на подход к разработке, а не на сишное байтодрочерство.

#wezterm сюда же. Эта падла жрёт ресурсов, как браузер. Фичей-то много, но быстрая работа таки перевешивает. Для меня это несколько неожиданно; обычно я несколько пренебрегаю скоростью работы. Однако это та вещь, которую просто нужно прочувствовать.

#nvim #neovim #foot

Maciej Sypienmaciejsypien
2025-11-14

I've been using NeoVide for a few days now, and I must admit it's a delightful shell for NeoVim! I think this amazing liquid prompt moving around stole my poor developer's heart!! Although it's still missing a few features for my daily use, I'm hoping the Devs will address them soon! Excited to try it again later! ✨

Neovide.dev text editor
Maciej Sypienmaciejsypien
2025-10-19

Just found Neovide! 🤩 It's a super-fast wrapper for NeoVim, and it’s fantastic on macOS. If you love NeoVim & want a performant, familiar feel, give it a try! I am just testing this for a couple of hours, so hard to say solid conclusions, although I am really enjoying it so far! ✨

neovide.dev/

Neovide editor
Andrija Petrovicandrija@floss.social
2025-10-18

Having understood that in #RustLang you've got to build your software workspace by workspace, the moment when I'll replace #VScode with a #Neovim / #Neovide setup might be closer than I thought.

Eter (´= ̫=`) 🩷🩵🩷 :tryzub_white: :noleron_light:eq@social.noleron.com
2025-10-11

#nvim (#neovide) + colorscheme quiet + LaTeX

it's just awesome :neofox_uwu:

2025-10-09

If you are using as an ide you should try running it inside .

The experience is completely different than from inside a terminal!

- Keep your current config (+ 10 lines)
- Never loose the cursor again.
- Smooth scrolling, out of this world!
- No more graphical glitches on pane resize!


github.com/neovide/neovide

2025-08-20

TIL: on Windows, can be tweaked with the following autocmd to ensure the title bar matches the colorscheme background. 😎

local function set_titlebar_color()
vim.g.neovide_title_background_color =
string.format("%x", vim.api.nvim_get_hl(0, {
id = vim.api.nvim_get_hl_id_by_name("Normal")
}).bg)
end
vim.api.nvim_create_autocmd({ "ColorScheme" }, {
pattern = { "*" },
callback = set_titlebar_color,
})
set_titlebar_color()

ZeStig :emacs: :nix: :rust: :archlinux:zstg@fedia.social
2025-06-04

Is there any way to get fancy animated cursors on #emacs? Something like what #Neovide has ..

2025-05-31

So, today I had to try different approaches to get #Neovide to work. #Appimage seems to work best.

2025-03-24

@jimgar @VimLinks Yeah, I feel the same :-) In theory, it should help visually tracking the cursor… but in practice it's incredibly distracting. #Neovide also does smooth scrolling and maybe both features together can help vim beginners. This alone feels more like a toy tbh

2025-03-24

Кто как относится к подобным гирляндам? Я вот продолжительное время сидел на #neovide, и мне нравилось то, что за счёт анимации передвижения не выглядят, как телепортация. Потом я вернулся к использованию #nvim в #kitty ради удобного каста нескольких nvim'ов или терминалов, опционально в текущей рабочей директории. Сейчас neovide меня слегка раздражает, ощущается медленным. Возможно, если сделать анимации побыстрее, проблема уйдёт.

mastodon.ml/@VimLinks@hachyder

:arch: XeroLinux :kdelight:XeroLinux@fosstodon.org
2025-02-08

...One more thing

I have also added option to install #neovide the fancy #neovim wrapper with a special config thanks to a friend of the project.

You can find it in the toolkit under "6. Recommended System Packages > 3. Development Tools." Have fun y'all !

#FOSS #Linux #OpenSource #DevOps

2024-12-29
Cleo Menezes Jr. 🌵CleoMenezesJr@floss.social
2024-11-15

Since #Neovide arrived at #Flathub, I spent the day working using it.

It's definitely beautiful! It's eye candy, there's just one problem: I couldn't focus on my work because of the cursor and scroll animation. 🤣 🤣

I went back to using the good old terminal since I won't be able to deal with it.

#Neovim

Nadiyar / 13697nadiyar@c.im
2024-11-13

wuha Neovide is on Flathub!
Never felt the need to use a graphical interface for Neovim but this is definitely a great step forward.

flathub.org/apps/dev.neovide.n

#neovim #neovide

Anupam 🇮🇳《ミ》λ≡haskman@functional.cafe
2024-07-10

My #Neovim is slowly turning into some Java #IDE or something

#Neovide #LazyVim

A screenshot of a neovim window. Shows a sidebar with three collapsible panes for project structure, open files, and git status. A file pane with two open tabs on the top left, and two numbered workspace tabs on the top right. The current line shows git blame information inline. The footer shows more information in the status line.
Paulo 🃏raggesilver
2024-05-17

has become my favorite text editor. The latest release includes smooth scrolling, window animations, plus a bunch of cool stuff. All hardware accelerated while not trashing battery life.

Screenshot of Neovide running on macOS. It shows a split screen with Vue.js code on both sides.

I didn't think I'd leave the terminal, but #Neovide strikes a great balance of UI goodies and minimalism. The animated cursor is also great if you're showing a coworker something in your editor. I had some coworkers who couldn't understand what I was doing when I opened a terminal and started switching between buffers and stuff 😅

2024-01-29

github.com/neovide/neovide/dis

New #neovide release <3

Including my small patch to support colored `--help`

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst