mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:10:06 +08:00
Remove autowrite
This commit is contained in:
parent
65b8f2112c
commit
38c403815c
@ -9,9 +9,11 @@
|
||||
### Table of Contents
|
||||
- [Introduction](#introduction)
|
||||
- [Community](#community)
|
||||
- [Install](#install)
|
||||
- [Linux/Mac](#linuxmac)
|
||||
- [Windows support](#windows-support)
|
||||
- [Quick start](#quick-start)
|
||||
- [Install](#install)
|
||||
- [Linux/Mac](#linuxmac)
|
||||
- [Windows support](#windows-support)
|
||||
- [Custom configuration](#custom-configuration)
|
||||
- [File Structure](#file-structure)
|
||||
- Features
|
||||
- [Awesome ui](#awesome-ui)
|
||||
@ -33,7 +35,6 @@
|
||||
- Central location for tags
|
||||
- Lightweight simple status/tabline
|
||||
- Premium color-schemes
|
||||
- [Custom configuration](#custom-configuration)
|
||||
- [Support SpaceVim](#support-spacevim)
|
||||
- [Report bugs](#report-bugs)
|
||||
- [contribute to SpaceVim](#contribute-to-spacevim)
|
||||
|
@ -93,7 +93,6 @@ function! SpaceVim#default#SetOptions() abort
|
||||
set pumheight=15 " limit completion menu height
|
||||
set scrolloff=7
|
||||
set incsearch
|
||||
set autowrite
|
||||
set hlsearch
|
||||
set laststatus=2
|
||||
set completeopt=longest,menu
|
||||
|
Loading…
Reference in New Issue
Block a user