removed unecessary terminal colors thing
This commit is contained in:
parent
d50b59723a
commit
09356e1385
5
vimrc
5
vimrc
|
@ -230,7 +230,6 @@ set formatoptions=cq
|
|||
" disable wrapping based on terminal size
|
||||
set wrapmargin=0
|
||||
|
||||
set t_Co=255 " number of colours
|
||||
set t_Sf=<Esc>[3%p1%dm " foreground colour
|
||||
set t_Sb=<Esc>[4%p1%dm " background coloru
|
||||
|
||||
|
@ -238,7 +237,6 @@ nnoremap <F2> :set invpaste paste?<CR>
|
|||
set pastetoggle=<F2>
|
||||
set showmode
|
||||
|
||||
|
||||
" set custom syntax highlighting
|
||||
autocmd BufNewFile,BufRead *.html set syntax=html_custom
|
||||
autocmd BufNewFile,BufRead *.php set syntax=php_custom
|
||||
|
@ -249,7 +247,6 @@ autocmd BufNewFile,BufRead *.js set syntax=pangloss_javascript_custom
|
|||
" fix higlight problems such as vertical-align etc
|
||||
augroup VimCSS3Syntax
|
||||
autocmd!
|
||||
|
||||
autocmd FileType css setlocal iskeyword+=-
|
||||
augroup END
|
||||
|
||||
|
@ -286,7 +283,7 @@ nnoremap <leader>p :echom SyntaxItem()<CR>
|
|||
|
||||
|
||||
|
||||
" plugins stuff
|
||||
" plugin stuff
|
||||
|
||||
" emmet
|
||||
let g:user_emmet_leader_key='<c-j>'
|
||||
|
|
Loading…
Reference in New Issue