Simplify the plugin again
This commit is contained in:
parent
0f2090ebb7
commit
d6ef4e494e
|
@ -1,4 +0,0 @@
|
|||
function! clustertext#running#ClusterText()
|
||||
silent !clear
|
||||
echom "Clusterit"
|
||||
endfunction
|
|
@ -4,3 +4,6 @@ set backspace=indent,eol,start
|
|||
set columns=80
|
||||
|
||||
imap .<space> . <space><space><space><space><space>
|
||||
|
||||
nnoremap <buffer> <leader>c
|
||||
\ :call clustertext#running#ClusterText()<cr>
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
nnoremap <buffer> <leader>c
|
||||
\ :call clustertext#running#ClusterText()<cr>
|
Loading…
Reference in a new issue