nvim: stop using nix for nvim

I just wanna work, I don't wanna nix
This commit is contained in:
Léana 江 2024-01-22 19:40:30 +01:00 committed by Léana 江
parent 157b568ab4
commit 3b08674586
30 changed files with 0 additions and 9 deletions

View file

@ -0,0 +1,25 @@
{
"Verbatim mode": {
"prefix": "```",
"body": [
"\\begin{BVerbatim}[commandchars=\\\\\\\\\\{\\\\}]",
"$0",
"\\end{BVerbatim}"
],
"description": "Verbatim mode mapped to markdown's codeblock"
},
"Opening French quotes": {
"prefix": "<<",
"body": [
"«~"
],
"description": "Opening French quote with non breaking space"
},
"Closing French quote": {
"prefix": ">>",
"body": [
"~»"
],
"description": "Closing French quote with non breaking space"
}
}