diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-10-16 14:56:00 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-10-16 14:56:00 +0200 |
commit | 199846c6d87c9ea60eb5f9f8f68e2d9ea4f02b2a (patch) | |
tree | 43a35af46ea780decdd9146601eef6af561cb14c /ftplugin/meson.vim | |
parent | f95026252c5a31242903a98c741887696dfbb11f (diff) | |
download | vim-polyglot-199846c6d87c9ea60eb5f9f8f68e2d9ea4f02b2a.tar.gz vim-polyglot-199846c6d87c9ea60eb5f9f8f68e2d9ea4f02b2a.zip |
Update
Diffstat (limited to 'ftplugin/meson.vim')
-rw-r--r-- | ftplugin/meson.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftplugin/meson.vim b/ftplugin/meson.vim index 2f4abd9b..e401158d 100644 --- a/ftplugin/meson.vim +++ b/ftplugin/meson.vim @@ -10,6 +10,9 @@ let b:did_ftplugin = 1 let s:keepcpo= &cpo set cpo&vim +setlocal commentstring=#\ %s +setlocal comments=:# + setlocal shiftwidth=2 setlocal softtabstop=2 |