diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-11-18 20:33:42 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-11-18 20:33:42 +0100 |
commit | c228e993ad6a8b79db5a5a77aecfdbd8e92ea31f (patch) | |
tree | d446251a71a681285c17b5fb000b0d3b1090ef2c /ftplugin/fennel.vim | |
parent | da18fe6851e95e146016f7abd2f799056e074cd9 (diff) | |
download | vim-polyglot-c228e993ad6a8b79db5a5a77aecfdbd8e92ea31f.tar.gz vim-polyglot-c228e993ad6a8b79db5a5a77aecfdbd8e92ea31f.zip |
Update
Diffstat (limited to 'ftplugin/fennel.vim')
-rw-r--r-- | ftplugin/fennel.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/fennel.vim b/ftplugin/fennel.vim index f840bb3b..ac905f27 100644 --- a/ftplugin/fennel.vim +++ b/ftplugin/fennel.vim @@ -21,6 +21,8 @@ setlocal iskeyword=!,$,%,#,*,+,-,.,/,:,<,=,>,?,_,a-z,A-Z,48-57,128-247,124,126,3 " of user-defined def* definitions. setlocal define=\\v[(/]def(ault)@!\\S* +setlocal suffixesadd=.fnl + " Remove 't' from 'formatoptions' to avoid auto-wrapping code. setlocal formatoptions-=t |