mirror of
https://github.com/preservim/vim-thematic.git
synced 2025-11-13 12:23:49 -05:00
updated for renamed writer project
This commit is contained in:
@@ -216,7 +216,7 @@ It works best with GUI Vim's fullscreen. A few steps are involved:
|
|||||||
(1) Install a couple of plugins:
|
(1) Install a couple of plugins:
|
||||||
|
|
||||||
* [vim-markdown](https://github.com/tpope/vim-markdown) - support for editing markdown
|
* [vim-markdown](https://github.com/tpope/vim-markdown) - support for editing markdown
|
||||||
* [vim-writer](https://github.com/reedes/vim-writer) - to configure for word processing
|
* [vim-pencil](https://github.com/reedes/vim-pencil) - to configure for word processing
|
||||||
|
|
||||||
(2) Edit your `.gvimrc` to disable the tool bar, etc.
|
(2) Edit your `.gvimrc` to disable the tool bar, etc.
|
||||||
|
|
||||||
@@ -250,7 +250,7 @@ let g:thematic#themes = {
|
|||||||
Without GUI-based Vim, console-based emulation is trickier, as there's
|
Without GUI-based Vim, console-based emulation is trickier, as there's
|
||||||
no easy way to create generous left and right margins. You can
|
no easy way to create generous left and right margins. You can
|
||||||
approximate it by switching from soft-wrap to hard line breaks with
|
approximate it by switching from soft-wrap to hard line breaks with
|
||||||
`vim-writer` and using with a narrow `textwidth`:
|
`vim-pencil` and using with a narrow `textwidth`:
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
autocmd FileType markdown set foldcolumn=12 textwidth=74
|
autocmd FileType markdown set foldcolumn=12 textwidth=74
|
||||||
|
|||||||
Reference in New Issue
Block a user