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/config/packer.lua | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 lua/config/packer.lua (limited to 'lua/config/packer.lua') diff --git a/lua/config/packer.lua b/lua/config/packer.lua deleted file mode 100644 index 9302149..0000000 --- a/lua/config/packer.lua +++ /dev/null @@ -1,23 +0,0 @@ -local status_ok, packer = pcall(require, "packer") -if not status_ok then - return -end - --- Autocommand that reloads neovim whenever you save the plugins.lua file -vim.cmd [[ - augroup packer_user_config - autocmd! - autocmd BufWritePost plugins.lua source | PackerSync - augroup end -]] - --- Have packer use a popup window -packer.init { - display = { - open_fn = function() - return require("packer.util").float { border = "rounded" } - end, - }, -} - -return packer -- cgit v1.2.3-70-g09d2