From b8768f5626e0b8e2a2dfe69a0353fc2019a0002a Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Wed, 9 Mar 2022 20:52:51 +0200 Subject: [PATCH] chore: removed file which should not be there --- oldVimConfig.vim | 53 ------------------------------------------------ 1 file changed, 53 deletions(-) delete mode 100644 oldVimConfig.vim diff --git a/oldVimConfig.vim b/oldVimConfig.vim deleted file mode 100644 index 87c9071..0000000 --- a/oldVimConfig.vim +++ /dev/null @@ -1,53 +0,0 @@ -" Rebind esc to pressing j twice -:imap jj - -" Indentation stuff -filetype plugin indent on -set tabstop=2 -set shiftwidth=2 -set expandtab - -" Line numbers -:set relativenumber -:set rnu - - -" Plugins -call plug#begin('~/.vim/plugged') - -Plug 'lervag/vimtex' - -" Autocompletion engine -Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } - -" A Vim Plugin for Lively Previewing LaTeX PDF Output -Plug 'xuhdev/vim-latex-live-preview', { 'for': 'tex' } - -Plug 'jiangmiao/auto-pairs' - -call plug#end() - -" ========== Latext setup -" Activate deoplete -let g:deoplete#enable_at_startup = 1 - -" Minimum character length needed to activate auto-completion. -call deoplete#custom#option('min_pattern_length', 1) - -" use fuzzy matcher -call deoplete#custom#source('_', 'matchers', ['matcher_full_fuzzy']) - -" Latex autocompletion -call deoplete#custom#var('omni', 'input_patterns', { - \ 'tex': g:vimtex#re#deoplete - \}) - -let g:latex_view_general_viewer = "zathura" -let g:vimtex_view_method = "zathura" - -au FileType tex let b:AutoPairs = AutoPairsDefine({'$' : '$'}, []) - -let g:vimtex_compiler_progname = 'nvr' - -" deoplete tab-complete -inoremap pumvisible() ? "\" : "\"