| Website | https://abeestrada.com |
| Website | https://abeestrada.com |
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]]
```
🏙 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
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
@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"]
```
After configuring, updating, and installing some basic apps in Linux for half a day, I rebooted my system, and this is what I got 😩