From 93e329a60b1d7a60a97a4415794a1722e99754e5 Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.uk> Date: Thu, 20 Jan 2022 23:54:21 +0000 Subject: [PATCH] chore(nvim): add a local for `use` --- roles/neovim/files/lua/opdavies/plugins.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/neovim/files/lua/opdavies/plugins.lua b/roles/neovim/files/lua/opdavies/plugins.lua index 63dd5aef..4b0333eb 100644 --- a/roles/neovim/files/lua/opdavies/plugins.lua +++ b/roles/neovim/files/lua/opdavies/plugins.lua @@ -12,6 +12,8 @@ packer.init { } return packer.startup(function() + local use = packer.use + use "wbthomason/packer.nvim" -- Utilities