]> gitweb.fluxo.info Git - rhatto/dotfiles/vim.git/commitdiff
Minor changes
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 7 Sep 2015 16:12:42 +0000 (13:12 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 7 Sep 2015 16:12:42 +0000 (13:12 -0300)
vimrc.dot.link

index 281b5a4cbce72eded2316374690f1238fe1633ce..82b76929e73619b30a7574a8a82c774b9594548d 100644 (file)
@@ -42,7 +42,7 @@ au VimLeave *remind/* silent call ResetTitle("wyrd")
 " Folding
 set foldmethod=syntax
 set foldlevelstart=1
-let g:sh_fold_enabled = 1
+let g:sh_fold_enabled=1
 let javaScript_fold=1
 let perl_fold=1
 let php_folding=1
@@ -53,7 +53,7 @@ let vimsyn_folding='af'
 let xml_syntax_folding=1
 
 " PHP
-let php_sql_query = 1
+let php_sql_query=1
 
 " Filetypes
 au BufNewFile,BufRead *.thtml     set ft=php
@@ -89,7 +89,7 @@ set nomodeline
 set modelines=0
 
 " Syntax check
-let g:syntastic_mode_map = { 'mode': 'passive',
+let g:syntastic_mode_map={ 'mode': 'passive',
                            \ 'active_filetypes': [],
                            \ 'passive_filetypes': [] }
 
@@ -105,7 +105,7 @@ nmap <ESC>n :tabnew<CR>
 
 " Write, quit and close shortcuts
 map q :wqa <CR>
-map f :wq <CR>
+"map f :wq <CR>
 map t :tabclose <CR>
 map m :q! <CR>
 "map w :w <CR>
@@ -169,7 +169,7 @@ noremap ,dd zi:.;/^-- $/d<CR>O-- <UP><End><CR><CR><UP><CR><C-O>zi
 colorscheme xoria256
 
 " Airline
-"let g:airline_powerline_fonts = 1
+"let g:airline_powerline_fonts=1
 
 " Powerline
 python from powerline.vim import setup as powerline_setup