chore(vim): remove compile of command-t

I think this will soon be replaced with ivy.nvim
This commit is contained in:
Ade Attwood 2022-09-08 21:10:52 +01:00
parent c810abd159
commit aab25b20e0

View file

@ -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]],
}
}