1
0
mirror of https://github.com/gryf/.vim.git synced 2026-04-22 10:31:24 +02:00

Added different CSS syntax

This commit is contained in:
2014-02-02 14:17:35 +01:00
parent 3554da050a
commit 000efbfe9b
5 changed files with 24 additions and 608 deletions
+11 -2
View File
@@ -180,8 +180,8 @@ let g:ctrlp_custom_ignore = {
\ 'dir': '\.git$\|\.hg$\|\.svn$',
\ 'file': '\.pyo$\|\.pyc$\|\.pyd$',
\ }
let g:ctrlp_map = '<c-f>'
map <Leader>b :CtrlPBuffer<CR>
let g:ctrlp_map = '<C-F>'
map <C-B> :CtrlPBuffer<CR>
"}}}
"NERDCommenter {{{2
let g:NERDSpaceDelims=1
@@ -200,6 +200,15 @@ let g:jedi#popup_on_dot = 0
let g:jedi#show_function_definition = "0"
"let g:languagetool_lang=pl
"}}}
"NERDtree {{{
map <F2> :NERDTreeToggle<cr>
"}}}
"Riv {{{
" Don't fold the file; it's annoying
let g:riv_fold_level = -1
" formatting tables, doesn't work so good with complex grid tables
let g:riv_auto_format_table = 0
"}}}
"}}}
"KEYS: User defined keyboard shortcuts {{{