Add clustertext defaults to another file

This commit is contained in:
Viktor Varland 2016-01-28 14:48:18 +01:00
parent f8d246d9e5
commit 0f2090ebb7
2 changed files with 6 additions and 7 deletions

6
ftplugin/clustertext.vim Normal file
View file

@ -0,0 +1,6 @@
set wrap
set expandtab
set backspace=indent,eol,start
set columns=80
imap .<space> . <space><space><space><space><space>

View file

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