summaryrefslogtreecommitdiff
path: root/dot-config/nvim/lua/plugins
AgeCommit message (Collapse)Author
2025-11-02add wordcount for markdown to lualineJosé 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-06change markdown comment and code renderingJosé 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 more themes and switch to sonokaiJosé 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-18add more colorschemesJosé Juan Loeza Sierra
2025-07-18switch to kanso colorschemeJosé 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-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