beauwilliams / AutoWrite.vim

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

packer.nvim

use 'beauwilliams/autowrite.nvim'

vim-plug

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)


Languages

Language:Vim Script 100.0%