vim-pencil icon indicating copy to clipboard operation
vim-pencil copied to clipboard

Rethinking Vim as a tool for writing

Results 42 vim-pencil issues
Sort by recently updated
recently updated
newest added

Hey friends - loving the plugin. I'm wondering if there's a way to set the formatting on a list with soft wrap to go from the wrapped line going directly...

I have read through the vim-pencil doc on concealing, as well as the help files in vim. I don't mind the concealing, but I would like to see _what_ vim-pencil...

enhancement

I saw one previous bug that was related, https://github.com/preservim/vim-pencil/issues/4, which was fixed. I don't normally use vim/nvim so I hadn't noticed this before, but if I run `nvim file.txt` or...

I am working on syntax highlighting for [Scribble](https://docs.racket-lang.org/scribble/) and [Pollen](http://docs.racket-lang.org/pollen/), which are Racket/Scheme programming languages for writing prose. Being Racket languages, they have [their own requirements](https://github.com/wlangstroth/vim-racket/blob/f76fde9afbc008b7468c9ea026cbe3840af5f5ef/syntax/racket.vim#L22) for `iskeyword`. When running...

Any solution better than [these workarounds](https://github.com/vimwiki/vimwiki/issues/738) for this issue? Since vimwiki and vimpencil are useful when using together, this would be really helpful, thank you!!

Love the plugin! I've been trying to fix this one little nuisance but no luck. If I run: ``` :SoftPencil :NoPencil :SoftPencil ``` Then j and k no longer perform...

bug

Hi ! I'm actually using Pencil in addition to markdown-vim. I setup my pencil plugin but when I begin a list, when writing a new list entry, the cursor goes...

When writing a long paragraph in a list, the text in markdown is usually indented. For example: ``` * Developers need to integrate app and business related metrics as an...

Hi, When use front matter in markdown file : ```markdown --- Author: Test Description: Test --- # Test ``` If i try to update or add parameters in front matter,...

enhancement

I can't disable conceal even if I have the following codes in my `.vimrc` ``` let g:pencil#conceallevel = 0 ``` so `**word**` still show as `word` without the surrounding `**`