Added some sane defaults for writing cluster text
This commit is contained in:
parent
43b467e301
commit
f8d246d9e5
|
@ -9,6 +9,7 @@ on the work of Andreas Pålsson. The basic rules are as follows:
|
|||
- Lines should be left aligned (not justified)
|
||||
- 80-90 characters per line
|
||||
|
||||
The full rule set is complex and involves human judgement to place the indentations
|
||||
within sentences. As such, there is no simple algorythm (yet) that can be used
|
||||
to place indentations while still maintaining a natural "feel" when reading the text.
|
||||
The full rule set is complex and involves human judgement to place the
|
||||
indentations within sentences. As such, there is no simple algorythm (yet)
|
||||
that can be used to place indentations while still maintaining a natural "feel"
|
||||
when reading the text.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
set wrap
|
||||
set expandtab
|
||||
set backspace=indent,eol,start
|
||||
set columns=80
|
||||
|
||||
nnoremap <buffer> <leader>c
|
||||
\ :call clustertext#running#ClusterText()<cr>
|
||||
|
||||
|
|
Loading…
Reference in a new issue