From ab92df2cdeaa0a1c1fbfd30d34b04a97f4884bdd Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sun, 29 Dec 2019 12:15:50 -0500 Subject: now that I've removed ACP I shouldn't be calling it... --- plugin/filetype-options.vim | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugin') diff --git a/plugin/filetype-options.vim b/plugin/filetype-options.vim index 1adfe23..984ba52 100644 --- a/plugin/filetype-options.vim +++ b/plugin/filetype-options.vim @@ -27,7 +27,6 @@ function SetMarkdownOptions() set tabstop=2 set shiftwidth=2 set expandtab - AcpDisable endfunction function SetPythonOptions() set tabstop=4 @@ -83,8 +82,6 @@ endfunction function SetGoOptions() set tabstop=4 set noexpandtab - " The ACP is pretty slow with my Go plugins enabled - AcpDisable set nolist set noic set nolist -- cgit v1.2.3