aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/filetype-options.vim3
1 files changed, 0 insertions, 3 deletions
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