summaryrefslogtreecommitdiff
path: root/dot-config/nvim
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-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-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 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-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-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-07-30add hledger nvim configJosé Juan Loeza Sierra
2025-07-18lazy updatesJosé Juan Loeza Sierra
2025-07-18add more colorschemesJosé Juan Loeza Sierra
2025-07-18switch to kanso colorschemeJosé Juan Loeza Sierra
2025-07-16lazy updatesJosé Juan Loeza Sierra
2025-07-08lazy updatesJosé Juan Loeza Sierra
2025-07-01add fix for clipboard over sshJosé Juan Loeza Sierra
2025-06-23add multicursor.nvimJosé Juan Loeza Sierra
Adds multicursor functionality with https://github.com/jake-stewart/multicursor.nvim Modifies hardtime in order to work with multicursor
2025-06-23lazy updatesJosé Juan Loeza Sierra
2025-06-13lazy updatesJosé Juan Loeza Sierra
2025-06-13add mini.surroundJosé Juan Loeza Sierra
2025-06-13move all into one single .config directoryJosé Juan Loeza Sierra
Moves of the config files into a single dot-config directory, simplifying the structure and the usage of stow. dot-config gets processed into .config by stow. See the `--dotfiles` option at https://www.gnu.org/software/stow/manual/stow.html#Invoking-Stow for more information