Simplify the plugin again

This commit is contained in:
Viktor Varland 2016-01-28 14:58:08 +01:00
parent 0f2090ebb7
commit d6ef4e494e
3 changed files with 3 additions and 6 deletions

View file

@ -1,4 +0,0 @@
function! clustertext#running#ClusterText()
silent !clear
echom "Clusterit"
endfunction

View file

@ -4,3 +4,6 @@ set backspace=indent,eol,start
set columns=80 set columns=80
imap .<space> . <space><space><space><space><space> imap .<space> . <space><space><space><space><space>
nnoremap <buffer> <leader>c
\ :call clustertext#running#ClusterText()<cr>

View file

@ -1,2 +0,0 @@
nnoremap <buffer> <leader>c
\ :call clustertext#running#ClusterText()<cr>