summaryrefslogtreecommitdiff
path: root/dot-config/nvim/lua
AgeCommit message (Collapse)Author
2025-07-18add more colorschemesJosé Juan Loeza Sierra
2025-07-18switch to kanso colorschemeJosé 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-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