diff options
| -rw-r--r-- | inc/filetype-options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/filetype-options.vim b/inc/filetype-options.vim index 97e5bdd..b67360e 100644 --- a/inc/filetype-options.vim +++ b/inc/filetype-options.vim @@ -83,7 +83,7 @@ endfunction function SetGoOptions() set tabstop=8 set noexpandtab - # The ACP is pretty slow with my Go plugins enabled + " The ACP is pretty slow with my Go plugins enabled AcpDisable set nolist set noic |
