mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
ref(nix): drop neovim legacy support
This commit is contained in:
parent
83bdeb6977
commit
8e78bef74b
30 changed files with 1 additions and 1 deletions
|
|
@ -1,25 +0,0 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue