summaryrefslogtreecommitdiff
path: root/dot-config
AgeCommit message (Collapse)Author
2026-02-22switch to github themeJosé Juan Loeza Sierra
2026-02-21nvim: add prettier formatter for js/tsJosé Juan Loeza Sierra
2025-12-23vim.pack.update()José Juan Loeza Sierra
2025-12-23nvim remove unneeded themesJosé Juan Loeza Sierra
2025-12-23add haskell formatterJosé Juan Loeza Sierra
2025-12-12change to niri bordersJosé Juan Loeza Sierra
2025-12-12change waybar to full black bgJosé Juan Loeza Sierra
2025-12-10move background color to layout blockJosé Juan Loeza Sierra
setting the background color in the output blocks is now deprecated
2025-12-10change tab indicatiorJosé Juan Loeza Sierra
taken from https://yalter.github.io/niri/Configuration%3A-Layout.html#tab-indicator
2025-11-25add html and markdown to treesitterJosé Juan Loeza Sierra
2025-11-09add python lsp and treesitterJosé Juan Loeza Sierra
2025-11-08add modus themeJosé Juan Loeza Sierra
2025-11-08add todo comments pluginJosé Juan Loeza Sierra
2025-11-08create and add custom spellcheck pluginJosé Juan Loeza Sierra
much credit to this post: https://www.reddit.com/r/neovim/comments/1fwqc8t/how_to_enable_spell_check_for_only_specific_files/
2025-11-08replace high contrast scheme with regular schemeJosé Juan Loeza Sierra
2025-11-08add gitsignsJosé Juan Loeza Sierra
2025-11-08add github theme and new lualine themeJosé Juan Loeza Sierra
the github lualine theme is quite ugly, so I tweaked the default tomorrow_night theme
2025-11-08add typst lsp, formatter, and treesitterJosé Juan Loeza Sierra
2025-11-07replace lazyvim with custom configJosé Juan Loeza Sierra
2025-11-06add custom picker keybindsJosé Juan Loeza Sierra
Adds - picker for clipboard history - picker for emojis - picker for all unicode characters on system
2025-11-06doom add berkeley mono fontJosé Juan Loeza Sierra
2025-11-04change theme and line numbersJosé Juan Loeza Sierra
2025-11-04remove custom emacs; add doom configJosé Juan Loeza Sierra
2025-11-02refactor filetype check condiitonJosé Juan Loeza Sierra
2025-11-02add text and typst filetypes to wordcountJosé Juan Loeza Sierra
2025-11-02add wordcount for markdown to lualineJosé Juan Loeza Sierra
2025-11-02lazy updatesJosé Juan Loeza Sierra
2025-11-02add yazi configJosé Juan Loeza Sierra
2025-11-02add more colorschemes and switch to jellybeansJosé Juan Loeza Sierra
2025-11-02add github/primer color overrides to catppuccinJosé Juan Loeza Sierra
2025-11-01add more colorschemesJosé Juan Loeza Sierra
2025-10-20lazy updatesJosé Juan Loeza Sierra
2025-10-06lazy updatesJosé Juan Loeza Sierra
2025-10-06change markdown comment and code renderingJosé Juan Loeza Sierra
2025-10-02lazy updatesJosé Juan Loeza Sierra
2025-09-26add basic mpd configsJosé Juan Loeza Sierra
2025-09-26add mpd example confJosé Juan Loeza Sierra
2025-09-26remove 2nd external monitor; position monitor leftJosé Juan Loeza Sierra
2025-08-21disable markdown linterJosé Juan Loeza Sierra
don't want the linter as it complains about line length, and I don't want to conform to the 80 length rule
2025-08-14add comments, elixir, md, pythonJosé Juan Loeza Sierra
2025-08-14add more themes and switch to sonokaiJosé Juan Loeza Sierra
2025-08-09change foot theme to modus vivendiJosé Juan Loeza Sierra
2025-08-09add option which disables pyrightJosé Juan Loeza Sierra
we only want `ruff`, we don't want a full-fledged LSP
2025-08-09lazy updatesJosé Juan Loeza Sierra
2025-08-09add language support for handlebarsJosé Juan Loeza Sierra
- adds treesitter - adds formatting via djLint. Requires djlint be installed, see https://www.djlint.com/docs/getting-started/
2025-08-09add yaml formatting with prettierJosé Juan Loeza Sierra
requires prettier to be installed. See https://prettier.io/docs/install
2025-08-09change to Berkeley MonoJosé Juan Loeza Sierra
2025-08-08switch to foot terminalJosé Juan Loeza Sierra
2025-08-08add foot configJosé Juan Loeza Sierra
2025-08-03add wezterm configJosé Juan Loeza Sierra