vim,git: Integrate ctags

This commit is contained in:
2020-12-21 13:55:49 +01:00
parent a9e2e5b847
commit c74cfa3901
4 changed files with 10 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
# Ignore all compiled zsh-files
*.zwc
# Ignore ctags
/tags
# Ignore vscode files
.vscode

View File

@@ -30,6 +30,9 @@ 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 <leader>t :Tags<CR>
" Settings #####################################################################
" hybrid linenumbers