diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2019-12-29 12:15:50 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2019-12-29 12:15:50 -0500 |
| commit | ab92df2cdeaa0a1c1fbfd30d34b04a97f4884bdd (patch) | |
| tree | b9b7d8e67ac0873e8cda20e1da8c6b5135387848 /plugin | |
| parent | f2dbe2a9ded5b3536b01b7935a4a6462628c9fbf (diff) | |
| download | vim-cfg-ab92df2cdeaa0a1c1fbfd30d34b04a97f4884bdd.tar.gz vim-cfg-ab92df2cdeaa0a1c1fbfd30d34b04a97f4884bdd.tar.xz | |
now that I've removed ACP I shouldn't be calling it...
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/filetype-options.vim | 3 |
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 |
