xmonad
This commit is contained in:
parent
06196384f8
commit
08c670ef30
2 changed files with 208 additions and 4 deletions
6
.vimrc
6
.vimrc
|
|
@ -260,14 +260,14 @@ function! HighlightTooLongLines()
|
|||
endif
|
||||
endfunction
|
||||
|
||||
let g:google = 0
|
||||
let g:google_enable = 0
|
||||
let g:disable_google_optional_settings = 1
|
||||
if filereadable("/usr/share/vim/google/google.vim")
|
||||
source /usr/share/vim/google/google.vim
|
||||
let g:google = 1
|
||||
let g:google_enable = 1
|
||||
endif
|
||||
|
||||
if g:google != 0
|
||||
if g:google_enable != 0
|
||||
augroup filetypedetect
|
||||
au WinEnter,BufNewFile,BufRead * call HighlightTooLongLines()
|
||||
augroup END
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue