1
0
Fork 0

helix: Remove italic modifier from comment style

This commit is contained in:
Jeremy Kaplan 2026-05-19 19:49:00 -04:00
commit 5bc355a7fa
10 changed files with 15 additions and 21 deletions

View file

@ -13,8 +13,7 @@ install_dark() {
ln -sf "${DOTFILES}/bat/config-dark" "${DOTFILES}/bat/config"
ln -sf "${DOTFILES}/vim/colors/jdkaplan-dark.vim" "${DOTFILES}/vim/colors/jdkaplan.vim"
ln -sf "${DOTFILES}/neovim/colors/jdkaplan-cool.lua" "${DOTFILES}/neovim/colors/jdkaplan-temp.lua"
"${DOTFILES}/helix/install" dark
ln -sf "${DOTFILES}/helix/themes/dark.toml" "${DOTFILES}/helix/themes/jdkaplan.toml"
if [ "${OSTYPE}" == 'Linux' ]; then
ln -sf "${DOTFILES}/xsettingsd/xsettingsd-dark.conf" "${DOTFILES}/xsettingsd/xsettingsd.conf"
@ -32,8 +31,7 @@ install_light() {
ln -sf "${DOTFILES}/bat/config-light" "${DOTFILES}/bat/config"
ln -sf "${DOTFILES}/vim/colors/jdkaplan-light.vim" "${DOTFILES}/vim/colors/jdkaplan.vim"
ln -sf "${DOTFILES}/neovim/colors/jdkaplan-warm.lua" "${DOTFILES}/neovim/colors/jdkaplan-temp.lua"
"${DOTFILES}/helix/install" light
ln -sf "${DOTFILES}/helix/themes/light.toml" "${DOTFILES}/helix/themes/jdkaplan.toml"
if [ "${OSTYPE}" == 'Linux' ]; then
ln -sf "${DOTFILES}/xsettingsd/xsettingsd-light.conf" "${DOTFILES}/xsettingsd/xsettingsd.conf"