Compare commits
No commits in common. "f7056eca23c576b127a8e622049d3fbec9791693" and "29a815e43c48b737d8debb2733d767004cf5657a" have entirely different histories.
f7056eca23
...
29a815e43c
@ -1,5 +1,22 @@
|
|||||||
vim.g.maplocalleader = " "
|
vim.g.maplocalleader = " "
|
||||||
|
|
||||||
|
vim.g.vimtex_compiler_latex = {}
|
||||||
|
vim.g.vimtex_compiler_latex["backend"] = 'nvim'
|
||||||
|
|
||||||
|
vim.g.vimtex_compiler_latex['backend'] = 'nvim'
|
||||||
|
vim.g.vimtex_compiler_latex['background'] = 1
|
||||||
|
vim.g.vimtex_compiler_latex[ 'build_dir'] = ''
|
||||||
|
vim.g.vimtex_compiler_latex[ 'callback'] = 0
|
||||||
|
vim.g.vimtex_compiler_latex[ 'continuous'] = 1
|
||||||
|
vim.g.vimtex_compiler_latex[ 'options'] = { '-pdf',
|
||||||
|
'-verbose',
|
||||||
|
'-file-line-error',
|
||||||
|
'-synctex=1',
|
||||||
|
'-interaction=nonstopmode',
|
||||||
|
'-silent',
|
||||||
|
'-shell-escape',
|
||||||
|
}
|
||||||
|
|
||||||
vim.g.vimtex_view_method = 'zathura'
|
vim.g.vimtex_view_method = 'zathura'
|
||||||
|
|
||||||
-- Les fichiers sty et cls sont vus comme des fichiers tex
|
-- Les fichiers sty et cls sont vus comme des fichiers tex
|
||||||
|
@ -81,15 +81,5 @@
|
|||||||
"\\\\end{multicols}"
|
"\\\\end{multicols}"
|
||||||
],
|
],
|
||||||
"description": "multicols"
|
"description": "multicols"
|
||||||
},
|
|
||||||
"exercise": {
|
|
||||||
"prefix": "exercise",
|
|
||||||
"body": [
|
|
||||||
"\\\\begin{exercise}[subtitle={${1:subtitle}}, step={${2:1}}, origin={${3:Création}}, topics={${4:chapitre}}, tags={${5:tags}}, mode={${5:groupe}}]",
|
|
||||||
"\t$0",
|
|
||||||
"\\\\end{exercise}"
|
|
||||||
],
|
|
||||||
"description": "exercise xsim"
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1 +0,0 @@
|
|||||||
$pdf_mode = 4;
|
|
@ -8,12 +8,6 @@ config_version: 2
|
|||||||
settings:
|
settings:
|
||||||
auto_save.session:
|
auto_save.session:
|
||||||
global: true
|
global: true
|
||||||
content.blocking.method:
|
|
||||||
global: both
|
|
||||||
content.geolocation:
|
|
||||||
https://www.reseau-canope.fr: false
|
|
||||||
spellcheck.languages:
|
spellcheck.languages:
|
||||||
global:
|
global:
|
||||||
- fr-FR
|
- fr-FR
|
||||||
zoom.default:
|
|
||||||
global: 120%
|
|
||||||
|
Loading…
Reference in New Issue
Block a user