neovim: Convert all config to Lua
I've been using this with only minimal changes for a few weeks now, so this seems like a good place to checkpoint it.
This commit is contained in:
parent
5f39cefc85
commit
71d8737447
17 changed files with 1045 additions and 491 deletions
|
|
@ -13,6 +13,7 @@ install_dark() {
|
|||
ln -sf "${DOTFILES}/bat/config-dark" "${DOTFILES}/bat/config"
|
||||
ln -sf "${DOTFILES}/task/jdkaplan-dark.theme" "${DOTFILES}/task/color.theme"
|
||||
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"
|
||||
|
||||
if [ "${OSTYPE}" == 'Linux' ]; then
|
||||
ln -sf "${DOTFILES}/xsettingsd/xsettingsd-dark.conf" "${DOTFILES}/xsettingsd/xsettingsd.conf"
|
||||
|
|
@ -28,6 +29,7 @@ install_light() {
|
|||
ln -sf "${DOTFILES}/bat/config-light" "${DOTFILES}/bat/config"
|
||||
ln -sf "${DOTFILES}/task/jdkaplan-light.theme" "${DOTFILES}/task/color.theme"
|
||||
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"
|
||||
|
||||
if [ "${OSTYPE}" == 'Linux' ]; then
|
||||
ln -sf "${DOTFILES}/xsettingsd/xsettingsd-light.conf" "${DOTFILES}/xsettingsd/xsettingsd.conf"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue