@codewiz @sigsegv @srevinsaju I agree that it'd be great if Neovim had a much richer system for plugin management, but for now there is packer and lazy. The amount of code for both is about the same once you add all the bootstrap stuff. See gist for a comparison https://gist.github.com/elijahmanor/a463b5b2388919549d69102d9dd0dd2e
Notices by Elijah Manor (elijahmanor@hachyderm.io)
-
Elijah Manor (elijahmanor@hachyderm.io)'s status on Saturday, 08-Apr-2023 05:50:33 UTC Elijah Manor -
Elijah Manor (elijahmanor@hachyderm.io)'s status on Friday, 10-Feb-2023 09:39:49 UTC Elijah Manor @codewiz it's not as smooth as some of the GUIs, but the mini.animate plugin is nice https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-animate.md
In conversation from hachyderm.io permalink Attachments
-
Elijah Manor (elijahmanor@hachyderm.io)'s status on Thursday, 09-Feb-2023 19:19:39 UTC Elijah Manor @karim @codewiz I like Kitty and alacrity, but I’m up for trying new things. Installed it, but haven’t configured yet. I’ll need to turn off that tab bar, if that’s a feature
In conversation from hachyderm.io permalink -
Elijah Manor (elijahmanor@hachyderm.io)'s status on Thursday, 09-Feb-2023 19:19:02 UTC Elijah Manor @karim @codewiz Found how to turn off the tab bar if there is only one tab https://wezfurlong.org/wezterm/config/lua/config/hide_tab_bar_if_only_one_tab.html
In my ~/.config/wezterm/wezterm.lua file...
```
local wezterm = require("wezterm")
return {
font = wezterm.font("JetBrains Mono"),
color_scheme = "Dracula",
hide_tab_bar_if_only_one_tab = true,
}
```In conversation from hachyderm.io permalink Attachments
-
Elijah Manor (elijahmanor@hachyderm.io)'s status on Thursday, 09-Feb-2023 19:15:38 UTC Elijah Manor @codewiz I JUST saw that terminal today for the 1st time. I should give it a try. So cool
In conversation from hachyderm.io permalink -
Elijah Manor (elijahmanor@hachyderm.io)'s status on Wednesday, 08-Feb-2023 08:10:30 UTC Elijah Manor @codewiz Nice! I typically stay in the terminal, but I know there are a lot of cool features that the GUIs can offer
In conversation from hachyderm.io permalink -
Elijah Manor (elijahmanor@hachyderm.io)'s status on Tuesday, 07-Feb-2023 17:24:12 UTC Elijah Manor @codewiz which one do you use?
In conversation from hachyderm.io permalink