Abe Estrada

@AbeEstrada
62 Followers
189 Following
12 Posts
Code & Coffee 🧬☕️
Websitehttps://abeestrada.com

Modern problems require Lua solutions

vim.api.nvim_create_user_command("W", "w", { bang = true, nargs = "*" })
vim.api.nvim_create_user_command("Wq", "wq", { bang = true, nargs = "*" })
vim.api.nvim_create_user_command("WQ", "wq", { bang = true, nargs = "*" })

#neovim #dotfiles

I’ve discovered that I don’t require a shell (noctalia), a bar (swaybar), or any other unnecessary software. A bare Arch Linux installation, Niri, a terminal, and a browser are all that I need

#arch #linux

The new @neovim v0.12 package manager looks good

```
vim.pack.add({
"https://github.com/folke/tokyonight.nvim",
})

require("tokyonight.colors").setup()
vim.cmd[[colorscheme tokyonight-moon]]
```

#neovim #vim

GitHub - folke/tokyonight.nvim: 🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.

🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish. - folke/tokyonight.nvim

GitHub

I added this to my aliases:

```
alias :q="exit"
alias :wq="exit"
```

#zsh #sh #bash #shell #dotfiles

I occasionally have to use TimeCamp, but I don’t like the web app. I definitely won’t be installing their desktop app, so I decided to build a TUI. It’s not going to be fully featured; it only works with the parts I need. Still, it’s a work in progress

https://github.com/AbeEstrada/tuicamp

#timecamp #tui #terminal #golang

@data0 @stib this is what I did:

```
cargo install --git https://github.com/q60/uwu_colors.git
```

```
[language-server.uwu_colors]
command = "uwu_colors"

[[language]]
name = "toml"
language-servers = ["taplo", "uwu_colors"]
```

GitHub - q60/uwu_colors: a dead simple language server to colorize hex color strings via textDocument/documentColor. mirror

a dead simple language server to colorize hex color strings via textDocument/documentColor. mirror - q60/uwu_colors

GitHub
I decided to begin with the design, once I’m happy with it, I’ll start adding the functionality
Different problem, same experience: https://lkml.org/lkml/2025/4/21/737
LKML: Linus Torvalds: Re: [PATCH] gcc-15: acpi: sprinkle random '__nonstring' crumbles around

After configuring, updating, and installing some basic apps in Linux for half a day, I rebooted my system, and this is what I got 😩

#linux