Add custom coc-settings.json

This commit is contained in:
2021-06-16 16:29:32 -05:00
parent cee9af49cc
commit 4749f355f3
4 changed files with 33 additions and 0 deletions

7
nvim/coc-settings.json Normal file
View File

@ -0,0 +1,7 @@
{
"git.addedSign.text": "▐",
"git.changedSign.text": "▐",
"git.removedSign.text": "▐",
"git.topRemovedSign.text": "▐",
"git.changeRemovedSign.text": "▐"
}