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 backspace=indent,eol,start
set columns=80
imap .<space> . <space><space><space><space><space>
" TODO Implement auto clustering text function to run on blocks
nnoremap <buffer> <leader>c
\ :call clustertext#running#ClusterText()<cr>
imap .<space> .<space><space><space><space><space>