mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
Merge branch 'master' into jenipapo
This commit is contained in:
7
vimrc
7
vimrc
@@ -27,6 +27,7 @@ Plug 'honza/vim-snippets'
|
||||
Plug 'w0rp/ale'
|
||||
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'tpope/vim-rhubarb'
|
||||
Plug 'rhysd/conflict-marker.vim'
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
|
||||
@@ -52,6 +53,8 @@ Plug 'sheerun/vim-polyglot'
|
||||
|
||||
Plug 'christoomey/vim-tmux-navigator'
|
||||
|
||||
Plug 'tweekmonster/startuptime.vim'
|
||||
|
||||
" Investigate on custom text object, seems really usefull
|
||||
" Plug 'kana/vim-textobj-user'
|
||||
" Plug 'jceb/vim-textobj-uri' | Plug 'kana/vim-textobj-user'
|
||||
@@ -262,6 +265,10 @@ iab xnow <c-r>=strftime("%Y-%m-%d %H:%M")<cr>
|
||||
|
||||
" Plugin Configuration {{{
|
||||
|
||||
"" editorconfig
|
||||
let g:EditorConfig_core_mode = 'python_external'
|
||||
let g:EditorConfig_exclude_patterns = ['fugitive://.*']
|
||||
|
||||
"" gutentags
|
||||
|
||||
let g:gutentags_cache_dir="~/.tags"
|
||||
|
||||
Reference in New Issue
Block a user