Implemented simplest way to cluster text.

This commit is contained in:
Viktor Varland 2016-01-28 15:15:41 +01:00
parent d6ef4e494e
commit a8450fa29b

View file

@ -1,9 +1,6 @@
set wrap
set expandtab set expandtab
set backspace=indent,eol,start set backspace=indent,eol,start
set columns=80
" TODO Implement auto clustering text function to run on blocks
imap .<space> .<space><space><space><space><space> imap .<space> .<space><space><space><space><space>
nnoremap <buffer> <leader>c
\ :call clustertext#running#ClusterText()<cr>