Skip to content

Simple AutoWrite Plugin compatible with most if not all vim distributions (Vim/Neovim)

Notifications You must be signed in to change notification settings

beauwilliams/AutoWrite.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

AutoWrite.vim

Simple AutoWrite Plugin compatible with most if not all vim distributions (Vim/Neovim)

About

This is a simple plug-in for Vim (and NeoVim) that enables autowriting of the buffer. It is useful for applications such as Markdown Previewers to automatically render the text in the preview window as you type.

Preview

A preview image of the plugin

Installation

use 'beauwilliams/autowrite.nvim'
Plug 'beauwilliams/autowrite.nvim'

Commands

Command Description
:AutoWriteEnable Enable auto writing the file while inserting text into the current buffer.
:AutoWriteDisable Disable auto writing the file while inserting text into the current buffer.
:AutoWriteToggle Toggle AutoWrite on and off again.

Configurables

Option Description
let AutoWriteOnInsert = 0 Disables auto writing of buffer while typing in insert mode.

Help

See :h autowrite

Enhancements

Submit a PR! 😃

About

Simple AutoWrite Plugin compatible with most if not all vim distributions (Vim/Neovim)

Topics

Resources

Stars

Watchers

Forks