1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00

comment filetype incident:python 2 incident

This commit is contained in:
vsooda 2015-12-25 11:22:39 +08:00
parent 0e2abf1262
commit 14dab531d3
2 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
nnoremap <F9> :exe 'NERDTreeToggle'<CR>
"set pastetoggle=<F2>
set mouse=
"set mouse=
"for outside paste mistake
nnoremap <F2> :set invpaste paste?<CR>
@ -15,6 +15,9 @@ set pastetoggle=<F2>
colorscheme molokai
let g:molokai_original = 1
"filetype plugin indent on
"autocmd FileType python setlocal et sta sw=2 sts=2
"vertical indent, use <leader>ig to activatee
let g:indent_guides_start_level = 2
let g:indent_guides_guide_size=1
@ -31,5 +34,5 @@ map <leader>6 :tabnext 6<CR>
map <leader>7 :tabnext 7<CR>
map <leader>8 :tabnext 8<CR>
"let g:clang_library_path = '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/'
highlight OverLength ctermbg=red ctermfg=white guibg=#592929
match OverLength /\%81v.\+/
"highlight OverLength ctermbg=red ctermfg=white guibg=#592929
"match OverLength /\%81v.\+/

View File

@ -17,7 +17,7 @@ let s:default_settings = {
\ 'auto_initialization': 1,
\ 'auto_vim_configuration': 1,
\ 'goto_command': "'<leader>d'",
\ 'goto_assignments_command': "'<leader>g'",
\ 'goto_assignments_command': "'<leader>gg'",
\ 'goto_definitions_command': "''",
\ 'completions_command': "'<C-Space>'",
\ 'call_signatures_command': "'<leader>n'",