Select the types of activity you want to include in your feed.
Void Linux workstation powered by niri, Fish and NeoVim. Contains scripts, browser extensions, custom XBPS packages, and typst plugins.
git.anhgelus.world/anhgelus/dotfiles
···1515vim.opt.ignorecase = true -- ignore case in searches by default
1616vim.opt.smartcase = true -- but make it case sensitive if an uppercase is entered
17171818+vim.opt.colorcolumn = "120"
1919+1820vim.filetype.add({
1921 extension = {
2022 heex = 'eelixir'