vimrc

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules

commit 97321e1ebf7125a84ebd441d8051c06c3e11e5cc
parent 0d31790bee3d394dac2217662d64b0e9431c0dcf
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Sun, 23 Feb 2025 15:15:20 -0300

after/pack: moved configuration to the correct folder

Diffstat:
Rafter/plugin/copilot.vim -> after/pack/thirdparty/opt/copilot.vim/plugin/copilot.vim | 0
Rafter/plugin/emmet.vim -> after/pack/thirdparty/opt/emmet-vim/plugin/emmet.vim | 0
Aafter/pack/thirdparty/opt/ultisnips/plugin/UltiSnips.vim | 1+
Rafter/plugin/vimtex.vim -> after/pack/thirdparty/opt/vimtex/plugin/vimtex.vim | 0
4 files changed, 1 insertion(+), 0 deletions(-)

diff --git a/after/plugin/copilot.vim b/after/pack/thirdparty/opt/copilot.vim/plugin/copilot.vim diff --git a/after/plugin/emmet.vim b/after/pack/thirdparty/opt/emmet-vim/plugin/emmet.vim diff --git a/after/pack/thirdparty/opt/ultisnips/plugin/UltiSnips.vim b/after/pack/thirdparty/opt/ultisnips/plugin/UltiSnips.vim @@ -0,0 +1 @@ +inoremap <C-L> <C-\><C-O>:call UltiSnips#ListSnippets()<CR> diff --git a/after/plugin/vimtex.vim b/after/pack/thirdparty/opt/vimtex/plugin/vimtex.vim