set nu
colorscheme darkblue
set nocompatible

filetype plugin on
filetype indent on
set mouse=a

set autoindent

syntax enable
set backspace=eol,start,indent

set ignorecase
set incsearch

set magic

set nobackup
set nowb
set noswapfile

set nofen
set fdl=0

set expandtab
set shiftwidth=2

set smarttab
set lbr
set tw=500

set ai
set si
set cindent
set wrap

""""""""""""""""""""""""""""""
" HTML related
""""""""""""""""""""""""""""""
" HTML entities - used by xml edit plugin
let xml_use_xhtml = 1
"let xml_no_auto_nesting = 1

let html_use_css = 1
let html_number_lines = 0
let use_xhtml = 1

au FileType html,cheetah set ft=xml
au FileType html,cheetah set syntax=html

autocmd FileType c map <buffer><leader><space> :w<cr>:!gcc %<cr>

set pastetoggle=<F3>

相关文章:

  • 2021-10-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-09
  • 2022-12-23
猜你喜欢
  • 2021-12-26
  • 2022-02-14
  • 2021-05-24
  • 2021-09-25
  • 2022-12-23
  • 2022-03-05
  • 2021-07-17
相关资源
相似解决方案