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