I just spent a half-hour hacking in the #Neovide (GUI version of #neovim) #Lua config file, and I have figured out abbreviations and custom keymapping, which means I can move my "production" editing from #gVim to Neovide with a clean Lua config file.

Do I need to move away from gVim/#Vim? I'm not sure, but we're in this game to try new things, right?

Is it worth it to move from Vimscript to Lua?
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.

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

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

#nvim #neovim #foot

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! ✨

https://neovide.dev/

#productivity #workflow #devtools #neovim #nvim #editor #texteditor #vim #neovide #coding #programming #development #tech #software

Neovide - Neovide

A Simple, No Nonsense, Cross-Platform, Graphical User Interface for Neovim

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.

#nvim (#neovide) + colorscheme quiet + LaTeX

it's just awesome 

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

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!

#nixos #rust #webdev
https://github.com/neovide/neovide

neovide/neovide

No Nonsense Neovim Client in Rust. Contribute to neovide/neovide development by creating an account on GitHub.

GitHub

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()

#Neovim #nvim #NerdPorn #procrastination

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