motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit d0fb15e64819d45376b9129fa50f4d045f052c18 (tree)
parent 60133057e29029a4c90cfa3c94d336cef6a9670a
Author: Curtis Gagliardi <curtis@curtis.io>
Date:   Sat, 16 Sep 2017 18:32:25 -0700

set commentstring

this makes commenting tpope/commentary work correctly

Diffstat:
Mftplugin/zig.vim | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/ftplugin/zig.vim b/ftplugin/zig.vim @@ -1,3 +1,5 @@ set expandtab set tabstop=4 set shiftwidth=4 + +setlocal commentstring=//\ %s