Add clustertext defaults to another file
This commit is contained in:
parent
f8d246d9e5
commit
0f2090ebb7
6
ftplugin/clustertext.vim
Normal file
6
ftplugin/clustertext.vim
Normal file
|
@ -0,0 +1,6 @@
|
|||
set wrap
|
||||
set expandtab
|
||||
set backspace=indent,eol,start
|
||||
set columns=80
|
||||
|
||||
imap .<space> . <space><space><space><space><space>
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue