Added some sane defaults for writing cluster text

This commit is contained in:
Viktor Varland 2016-01-28 14:43:08 +01:00
parent 43b467e301
commit f8d246d9e5
2 changed files with 9 additions and 3 deletions

View file

@ -9,6 +9,7 @@ on the work of Andreas Pålsson. The basic rules are as follows:
- Lines should be left aligned (not justified) - Lines should be left aligned (not justified)
- 80-90 characters per line - 80-90 characters per line
The full rule set is complex and involves human judgement to place the indentations The full rule set is complex and involves human judgement to place the
within sentences. As such, there is no simple algorythm (yet) that can be used indentations within sentences. As such, there is no simple algorythm (yet)
to place indentations while still maintaining a natural "feel" when reading the text. that can be used to place indentations while still maintaining a natural "feel"
when reading the text.

View file

@ -1,3 +1,8 @@
set wrap
set expandtab
set backspace=indent,eol,start
set columns=80
nnoremap <buffer> <leader>c nnoremap <buffer> <leader>c
\ :call clustertext#running#ClusterText()<cr> \ :call clustertext#running#ClusterText()<cr>