From aab25b20e003cf529e583af30c24d3dd193d384e Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Thu, 8 Sep 2022 21:10:52 +0100 Subject: [PATCH] chore(vim): remove compile of command-t I think this will soon be replaced with ivy.nvim --- site-modules/core/manifests/vim.pp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/site-modules/core/manifests/vim.pp b/site-modules/core/manifests/vim.pp index fde4602..40d53d9 100644 --- a/site-modules/core/manifests/vim.pp +++ b/site-modules/core/manifests/vim.pp @@ -70,12 +70,4 @@ class core::vim { } create_resources(core::vim::plugin_opt, $plugins_opt) - - exec { 'Compile command t': - path => [ '/bin/', '/sbin/' , '/usr/bin/', '/usr/sbin/' ], - command => 'ruby extconf.rb && make', - cwd => "${user_home}/.config/nvim/pack/bundle/opt/command-t/ruby/command-t/ext/command-t", - provider => 'shell', - #require => [Vim::Plugin_start[command-t]], - } }