Compare commits
No commits in common. "042e537d0f6719d3d36669567c84ae1f4e8bbfd5" and "c2fde917f016292652cc217c7ae01ef630066486" have entirely different histories.
042e537d0f
...
c2fde917f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,4 +4,3 @@ zsh/.config/zsh/.zhistory
|
|||||||
vifm/.config/vifm/vifm-help.txt
|
vifm/.config/vifm/vifm-help.txt
|
||||||
vifm/.config/vifm/vifminfo.json
|
vifm/.config/vifm/vifminfo.json
|
||||||
|
|
||||||
nvim/.config/nvim/autoload
|
|
||||||
|
@ -96,6 +96,3 @@ vim.api.nvim_set_keymap("s", "<S-Tab>", "v:lua.s_tab_complete()", {expr = true})
|
|||||||
vim.api.nvim_set_keymap('i', '<cr>', 'compe#confirm("<cr>")', { expr = true })
|
vim.api.nvim_set_keymap('i', '<cr>', 'compe#confirm("<cr>")', { expr = true })
|
||||||
vim.api.nvim_set_keymap('i', '<c-space>', 'compe#complete()', { expr = true })
|
vim.api.nvim_set_keymap('i', '<c-space>', 'compe#complete()', { expr = true })
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
let g:vsnip_snippet_dir = expand('~/.config/nvim/vsnips')
|
|
||||||
|
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"image": {
|
|
||||||
"prefix": "image",
|
|
||||||
"body": [
|
|
||||||
".. image:: $1",
|
|
||||||
"\t:height: 200px",
|
|
||||||
"\t:alt: $2",
|
|
||||||
"$0"
|
|
||||||
],
|
|
||||||
"description": "Insert image"
|
|
||||||
},
|
|
||||||
"etape": {
|
|
||||||
"prefix": ["etape", "étape"],
|
|
||||||
"body": [
|
|
||||||
"Étape ${1:1}: $2",
|
|
||||||
"$0"
|
|
||||||
],
|
|
||||||
"description": "Insert image"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,31 +0,0 @@
|
|||||||
{
|
|
||||||
"tabular": {
|
|
||||||
"prefix": "tabular",
|
|
||||||
"body": [
|
|
||||||
"\\\\begin{tabular}{$1}",
|
|
||||||
"\\\\hline",
|
|
||||||
"\t$0",
|
|
||||||
"\\\\hline",
|
|
||||||
"\\\\end{tabular}"
|
|
||||||
],
|
|
||||||
"description": "tabular"
|
|
||||||
},
|
|
||||||
"center": {
|
|
||||||
"prefix": "center",
|
|
||||||
"body": [
|
|
||||||
"\\\\begin{center}",
|
|
||||||
"\t$0",
|
|
||||||
"\\\\end{center}"
|
|
||||||
],
|
|
||||||
"description": "center"
|
|
||||||
},
|
|
||||||
"minipage": {
|
|
||||||
"prefix": "minipage",
|
|
||||||
"body": [
|
|
||||||
"\\\\begin{minipage}{${1:0.5}${2:\\\\linewidth}}",
|
|
||||||
"\t$0",
|
|
||||||
"\\\\end{minipage}"
|
|
||||||
],
|
|
||||||
"description": "minipage"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user