Update.
This commit is contained in:
20
vim/vimrc
20
vim/vimrc
@@ -1,3 +1,5 @@
|
||||
" vim: set filetype=vim
|
||||
|
||||
" 01 important
|
||||
" 02 moving around, searching and patterns
|
||||
" 03 tags
|
||||
@@ -68,6 +70,12 @@ Plugin 'tpope/vim-fugitive'
|
||||
" python specific stuff
|
||||
Plugin 'klen/python-mode'
|
||||
|
||||
Plugin 'nblock/vim-dokuwiki'
|
||||
|
||||
Plugin 'saltstack/salt-vim'
|
||||
|
||||
Plugin 'lepture/vim-jinja'
|
||||
|
||||
" incremental visual mode
|
||||
"Plugin 'terryma/vim-expand-region'
|
||||
"
|
||||
@@ -87,6 +95,8 @@ Plugin 'kien/ctrlp.vim'
|
||||
"
|
||||
"Plugin 'flazz/vim-colorschemes'
|
||||
|
||||
Plugin 'reedes/vim-pencil'
|
||||
|
||||
call vundle#end()
|
||||
|
||||
filetype plugin indent on
|
||||
@@ -98,7 +108,7 @@ let g:pymode_trim_whitespaces = 1
|
||||
let g:pymode_lint_on_write = 0
|
||||
let g:pymode_lint_unmodified = 0
|
||||
let g:pymode_lint_on_fly = 0
|
||||
let g:pymoe_rope = 0
|
||||
let g:pymode_rope = 0
|
||||
let g:pymode_rope_completion = 0
|
||||
"let g:pymode_rope_completion_on_dot = 1
|
||||
let g:pymode_rope_goto_definition_cmd = "new"
|
||||
@@ -119,6 +129,8 @@ colorscheme monokai
|
||||
let g:airline_theme='powerlineish'
|
||||
let g:airline_left_sep=''
|
||||
let g:airline_right_sep=''
|
||||
let g:airline_section_x = '%{PencilMode()}'
|
||||
let g:pencil#mode_indicators = {'hard': 'H', 'auto': 'A', 'soft': 'S', 'off': '',}
|
||||
"let g:airline_section_z=''
|
||||
|
||||
" enable tabline at the top showing all buffers
|
||||
@@ -126,10 +138,10 @@ let g:airline_right_sep=''
|
||||
|
||||
let g:ycm_complete_in_comments = 0
|
||||
let g:ycm_complete_in_strings = 1
|
||||
let g:ycm_collect_identifiers_from_comments_and_strings = 0
|
||||
let g:ycm_collect_identifiers_from_comments_and_strings = 0
|
||||
let g:ycm_seed_identifiers_with_syntax = 1
|
||||
let g:ycm_add_preview_to_completeopt = 1
|
||||
let g:ycm_autoclose_preview_window_after_completion = 1
|
||||
let g:ycm_autoclose_preview_window_after_completion = 1
|
||||
let g:ycm_autoclose_preview_window_after_insertion = 1
|
||||
|
||||
set colorcolumn=79
|
||||
@@ -140,7 +152,7 @@ set esckeys " enable cursor keys in insert mode
|
||||
set ttimeoutlen=50
|
||||
|
||||
set modeline " respect modelines in files
|
||||
set modelines=4
|
||||
set modelines=5
|
||||
|
||||
set laststatus=2 " always show a status line
|
||||
|
||||
|
||||
Reference in New Issue
Block a user