mirror of
https://github.com/akelge/zsh
synced 2025-07-04 13:39:07 +00:00
Added trac support
This commit is contained in:
@ -23,8 +23,8 @@ set shiftwidth=4
|
||||
set smarttab
|
||||
set expandtab
|
||||
set softtabstop=4
|
||||
set autoindent
|
||||
set smartindent
|
||||
" set autoindent
|
||||
" set smartindent
|
||||
|
||||
" For highlighted numbers:
|
||||
let python_highlight_numbers = 1
|
||||
@ -93,7 +93,6 @@ function! CleverTab()
|
||||
inoremap <Tab> <C-R>=CleverTab()<CR>
|
||||
set completeopt=longest
|
||||
|
||||
|
||||
" Emacs like indenting. Pressing Tab indents line
|
||||
" Not in python, there it is managed by GetPythonIndent
|
||||
set indentkeys=0{,0},0),:,0#,!^F,o,O,e,!<Tab>,!^F
|
||||
|
Reference in New Issue
Block a user