Merge branch 'master' of github.com:LukeSmithxyz/voidrice

This commit is contained in:
Luke Smith 2025-11-12 22:55:52 -05:00
commit 9f58ef9359
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -153,4 +153,4 @@ nnoremap <leader>h :call ToggleHiddenAll()<CR>
" Here leader is ";". " Here leader is ";".
" So ":vs ;cfz" will expand into ":vs /home/<user>/.config/zsh/.zshrc" " So ":vs ;cfz" will expand into ":vs /home/<user>/.config/zsh/.zshrc"
" if typed fast without the timeout. " if typed fast without the timeout.
silent! source ~/.config/nvim/shortcuts.vim silent! source ${XDG_CONFIG_HOME:-$HOME/.config}/nvim/shortcuts.vim