chore(config): re add bat

main
sudo pacman -Syu 2021-05-13 21:51:42 +07:00
parent 61550aaecc
commit 399fad7452
2 changed files with 10 additions and 0 deletions

2
data/bat/config Normal file
View File

@ -0,0 +1,2 @@
--theme="TwoDark"
--style=plain

View File

@ -7,6 +7,14 @@
"external": "~/.config/nvim/init.vim"
}
]
},
"bat": {
"paths": [
{
"internal": "data/bat/config",
"external": "~/.config/bat/config"
}
]
}
}
}