Пару дней использовал #neovide. Надоело, вернул `foot nvim`. Как же легко дышится, когда редактор открывается мгновенно! Хоть я и отключил часть гламура, закинув `no-multigrid = true` в `~/.config/neovide/config.toml`, neovide всё равно какой-то медленный, вязкий, с фризами. Вот вам и blazing fast rust. Но я, конечно, спишу это на подход к разработке, а не на сишное байтодрочерство.
#wezterm сюда же. Эта падла жрёт ресурсов, как браузер. Фичей-то много, но быстрая работа таки перевешивает. Для меня это несколько неожиданно; обычно я несколько пренебрегаю скоростью работы. Однако это та вещь, которую просто нужно прочувствовать.
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 #TextEditor #Editor #NeoVim #Development #Coding #Programming
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! ✨
#productivity #workflow #devtools #neovim #nvim #editor #texteditor #vim #neovide #coding #programming #development #tech #software
TIL: on Windows, #Neovide 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()
Кто как относится к подобным гирляндам? Я вот продолжительное время сидел на #neovide, и мне нравилось то, что за счёт анимации передвижения не выглядят, как телепортация. Потом я вернулся к использованию #nvim в #kitty ради удобного каста нескольких nvim'ов или терминалов, опционально в текущей рабочей директории. Сейчас neovide меня слегка раздражает, ощущается медленным. Возможно, если сделать анимации побыстрее, проблема уйдёт.
https://mastodon.ml/@VimLinks@hachyderm.io/114217164393297586
New patch for Fox #ide v0.8.2
In this patch I just changed the #Neovide config and #telescope live grep style.
#ide #editor #code #programming #program #lua #neovim #nvim #vim #config #neovimconf
https://github.com/Mr-Fox-h/fox-ide/releases/tag/v0.8.2
wuha Neovide is on Flathub!
Never felt the need to use a graphical interface for Neovim but this is definitely a great step forward.
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 😅
https://github.com/neovide/neovide/discussions/2322
New #neovide release <3
Including my small patch to support colored `--help`