From bbd8c1d59ca4249a9477aece9d80cf3405c764a6 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 12 Apr 2022 21:16:46 +0200 Subject: fix: remove lua files --- lua/install.lua | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 lua/install.lua (limited to 'lua/install.lua') diff --git a/lua/install.lua b/lua/install.lua deleted file mode 100644 index 75e0239..0000000 --- a/lua/install.lua +++ /dev/null @@ -1,19 +0,0 @@ --- Installs plugins with packer. -local plugins = require "plugins" - -require "bootstrap" - -local packer = require "config.packer" - --- Install your plugins here -return packer.startup(function(use) - for _, plugin in ipairs(plugins) do - use(plugin) - end - - -- Automatically set up your configuration after cloning packer.nvim - -- Put this at the end after all plugins - if PACKER_BOOTSTRAP then - packer.sync() - end -end) -- cgit v1.2.3-70-g09d2