| 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
After configuring, updating, and installing some basic apps in Linux for half a day, I rebooted my system, and this is what I got 😩
I have created the simplest example for using the Retrieval Augmented Generation (RAG) technique with MLX (Apple silicon) LLMs