vim配件

作者: 婉妃 | 来源:发表于2019-07-21 17:05 被阅读0次
" Install vim-plug
set nocompatible
filetype plugin indent on

" Setting
let mapleader=" "                      " leader key
syntax on                              " Color syntax
set backspace=start,eol,indent         " Backspcae
set clipboard=unnamed                  " Clipboard
set cursorline                         " height corrent line
set encoding=utf-8                     " Necessary to show Unicode glyphs
set fileencodings=utf8,big5,gbk,latin1 " set fileopentype
set hls                                " search heightlight
set ignorecase                         " ignore case in search
set incsearch                          " search back
set laststatus=2                       " Always show the statusline
set mouse=a                            " Use mouse
set number                             " Line number
set ruler                              " show line info
set scrolloff=5                        " scroll while close under
set showcmd                            " show command
set smartindent                        " Autoindent
set t_Co=256                           " Explicitly tell Vim that the terminal supports 256 colors
set timeoutlen=300                     " escape delay
set wildmenu                           " Autocomplete menu

" Tab
set expandtab
set shiftwidth=4
set softtabstop=4
set tabstop=4

" Folding
set foldenable
set foldmethod=indent
set foldcolumn=1
set foldlevel=4

" Filetype Related
autocmd FileType python setlocal et sta  sw=4 sts=4 cc=80 completeopt-=preview
autocmd FileType html   setlocal et sw=2 sts=2

相关文章

  • vim配件

  • YouCompleteMe的设置

    最近在装vim的配件。有关YouCompleteMe总是报错。是我的mac没有用系统自带的python编译。所以会...

  • 黑苹果Hacktoish配置安装笔记

    购买主机配件 购买配件前基本都参考了 http://www.tonymacx86.com。 配件列表: |配件名称...

  • Vim 常用命令

    VIM 命令 文件命令 VIM的模式 VIM导航命令 VIM插入命令 VIM查找命令 VIM替换命令 VIM使用技...

  • 配件

    客户说这台洗衣机洗着洗着就突然听见“砰”的一声就再也不洗了。我上门看了一下,发现是波轮盘掉下来了。 翻开一看,波轮...

  • 门窗配件的选购方法,bogo有妙招

    门窗配件是我们装修中一种常见的配件,门窗配件虽然算不得什么大的产品,都是一些细小的零碎配件,但是也不能忽略门窗配件...

  • 2021-08-25

    今日体验:学会多沟通,学习自己岗位知识!了解配件才能厂家实力了解配件才能找到质量好价格实惠的配件!核心:钻研配件知...

  • 2022-02-20

    今日体验:学会多沟通,学习自己岗位知识!了解配件才能厂家实力了解配件才能找到质量好价格实惠的配件!核心:钻研配件知...

  • 2022-01-04

    今天体验:多了解配件厂家,配件供应商,配件品牌,品牌质量!对于奔驰 宝马 奥迪的配件一定要把控好!

  • 2022-04-11

    今天体验:多了解配件厂家,配件供应商,配件品牌,品牌质量!对于奔驰 宝马 奥迪的配件一定要把控好!

网友评论

      本文标题:vim配件

      本文链接:https://www.haomeiwen.com/subject/gphvlctx.html