From: Stefan Huber Date: Sun, 9 Mar 2025 10:24:17 +0000 (+0100) Subject: plugins: Switch to mini.snippets X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=67b7cdabc744027cec53583314d955b70d955456;p=vimconf.git plugins: Switch to mini.snippets --- diff --git a/keymaps.vim b/keymaps.vim index f7d029e..f63b011 100644 --- a/keymaps.vim +++ b/keymaps.vim @@ -30,10 +30,6 @@ nnoremap :lua MiniMap.toggle() nmap :bn nmap :bp -imap (neosnippet_expand_or_jump) -smap (neosnippet_expand_or_jump) -xmap (neosnippet_expand_target) - """""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Some filetype-specific settings diff --git a/plugins-midi.vim.example b/plugins-midi.vim.example index 0ca76e6..3f55552 100644 --- a/plugins-midi.vim.example +++ b/plugins-midi.vim.example @@ -26,8 +26,7 @@ Plug 'habamax/vim-asciidoctor', {'for': 'asciidoc'} Plug 'tpope/vim-ragtag' -Plug 'Shougo/neosnippet.vim' -Plug 'Shougo/neosnippet-snippets' +Plug 'rafamadriz/friendly-snippets' Plug 'tpope/vim-speeddating' Plug 'mattn/calendar-vim' @@ -67,6 +66,21 @@ function PluginsConfigMidi() if has('nvim') lua <", "$0"] + }, + "tested by": { + "prefix": "tested", + "body": ["Tested-by: ${1:name} <${2:email}>", "$0"] + }, + "acked by": { + "prefix": "ack", + "body": ["Acked-by: ${1:name} <${2:email}>", "$0"] + }, + "mail sthu": { + "prefix": "sthu", + "body": "Stefan Huber " + }, + "mail fhs": { + "prefix": "fhs", + "body": "Stefan Huber " + } +} diff --git a/snippets/latex.json b/snippets/latex.json new file mode 100644 index 0000000..c7f868a --- /dev/null +++ b/snippets/latex.json @@ -0,0 +1,22 @@ +{ + "only": { + "prefix": "only", + "body": "\\only<${1}>{\n\t${0:${TM_SELECTED_TEXT}}\n}", + "description": "\\only wrap" + }, + "exercise": { + "prefix": "EX", + "body": "\\begin{exercise}\n\t${0:${TM_SELECTED_TEXT}}\n\\end{exercise}", + "description": "exercise environment" + }, + "choices": { + "prefix": "choices", + "body": "\\begin{choices}\n\t${0:${TM_SELECTED_TEXT}}\n\\end{choices}", + "description": "exercise environment" + }, + "inputtikz": { + "prefix": "ITIKZ", + "body": "\\begin{figure}[${1:htbp}]\n\t\\centering\n\t\\inputtikz{${0:${TM_SELECTED_TEXT}}}\n\t\\caption{${2:}}\\label{${3: