diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-07 12:48:46 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-07 12:48:46 +0200 |
commit | 619a7a854b198c78947719bc75adb5225bde2ad5 (patch) | |
tree | 2bf6b84117defd74617c37939dd83b756306f4af /ftplugin/purescript.vim | |
parent | 3f79f795dcdeed51ff8a0a7151f53ffe58ae88fc (diff) | |
download | vim-polyglot-619a7a854b198c78947719bc75adb5225bde2ad5.tar.gz vim-polyglot-619a7a854b198c78947719bc75adb5225bde2ad5.zip |
Remove man plugin from vim, it does not work for nvim, closes #576
Diffstat (limited to 'ftplugin/purescript.vim')
-rw-r--r-- | ftplugin/purescript.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftplugin/purescript.vim b/ftplugin/purescript.vim index c2c85535..dba11b3b 100644 --- a/ftplugin/purescript.vim +++ b/ftplugin/purescript.vim @@ -1,6 +1,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'purescript') == -1 setlocal comments=s1fl:{-,mb:\ \ ,ex:-},:--\ \|,:-- +setlocal commentstring=--\ %s setlocal include=^import setlocal includeexpr=printf('%s.purs',substitute(v:fname,'\\.','/','g')) |