From a20b637ad6ff562078b51be721f57d51375813a9 Mon Sep 17 00:00:00 2001 From: druckdev Date: Tue, 22 Dec 2020 20:06:24 +0100 Subject: [PATCH] vim: Sort plugin order --- .config/vim/vimrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/vim/vimrc b/.config/vim/vimrc index adb364e..e6c759a 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -3,6 +3,8 @@ let mapleader = "\" let maplocalleader = mapleader " Plugins ###################################################################### +" ARM assembly syntax highlighting +autocmd BufNewFile,BufRead *.s,*.S packadd! arm-syntax-vim | set filetype=arm " Auto completion " needs vim >= 8.1.1719 to support features like popup and text property. if (has('patch-8.1.1719') || has('nvim')) @@ -24,15 +26,13 @@ autocmd BufNewFile,BufRead *.tex packadd! vimtex \ | source $XDG_CONFIG_HOME/vim/vimtex.vim " Git information packadd! vim-gitgutter +" ctags +packadd! vim-gutentags +nmap t :Tags " Surround text with parentheses, brackets, quotes, tags, etc. let g:surround_no_mappings = 1 packadd! vim-surround source $XDG_CONFIG_HOME/vim/vim-surround.vim -" ARM assembly syntax highlighting -autocmd BufNewFile,BufRead *.s,*.S packadd! arm-syntax-vim | set filetype=arm -" ctags -packadd! vim-gutentags -nmap t :Tags " Settings ##################################################################### " hybrid linenumbers