fixed all problems that occured during the upgrade to nvim 0.5+

This commit is contained in:
paul-loedige
2022-01-05 22:33:39 +01:00
parent 9e83b12906
commit 176434952f
3 changed files with 42 additions and 66 deletions
+4 -2
View File
@@ -1,8 +1,10 @@
{
"git.removedSign.text": "✗",
"git.addedSign.hlGroup": "GitGutterAdd",
"git.changedSign.hlGroup": "GitGutterChange",
"git.removedSign.hlGroup": "GitGutterDelete",
"git.topRemovedSign.hlGroup": "GitGutterDelete",
"git.changeRemovedSign.hlGroup": "GitGutterChangeDelete"
"git.changeRemovedSign.hlGroup": "GitGutterChangeDelete",
"snippets.extends":{
"latex":["tex","texmath"]
}
}