Skip to content

Commit d6e48fb

Browse files
committed
Fix go specs
1 parent dcadd6a commit d6e48fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/plugin/go_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
let(:filename) { 'test.go' }
55

66
before :each do
7+
vim.command 'let g:go_recommended_style = 0'
78
vim.set(:expandtab)
89
vim.set(:shiftwidth, 2)
910
end

0 commit comments

Comments
 (0)