Add custom coc-settings.json
This commit is contained in:
7
nvim/coc-settings.json
Normal file
7
nvim/coc-settings.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"git.addedSign.text": "▐",
|
||||
"git.changedSign.text": "▐",
|
||||
"git.removedSign.text": "▐",
|
||||
"git.topRemovedSign.text": "▐",
|
||||
"git.changeRemovedSign.text": "▐"
|
||||
}
|
Reference in New Issue
Block a user