mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-14 12:53:46 -05:00
now mentioning filetype
This commit is contained in:
@@ -72,6 +72,11 @@ In most cases you can set a default to suit your preference and let
|
|||||||
auto-detection figure out what to do. Add to your `.vimrc`:
|
auto-detection figure out what to do. Add to your `.vimrc`:
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
|
" standard vim command to enable loading the plugin files
|
||||||
|
" (and their indent support) for specific file types.
|
||||||
|
" It may already be in your .vimrc!
|
||||||
|
filetype plugin indent on
|
||||||
|
|
||||||
let g:pencil#wrapModeDefault = 'hard' " or 'soft'
|
let g:pencil#wrapModeDefault = 'hard' " or 'soft'
|
||||||
augroup pencil
|
augroup pencil
|
||||||
autocmd!
|
autocmd!
|
||||||
|
|||||||
Reference in New Issue
Block a user