summary refs log tree commit diff
path: root/.vim/lua/plugins.lua
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2021-08-02 13:54:38 +0200
committerRobert Günzler <r@gnzler.io>2021-08-02 13:54:38 +0200
commita640482e61fa6afcbdb6e974ef9b0bb956a9649c (patch)
tree700049aa97e92ed5099f2bb5039c9b33efaa5528 /.vim/lua/plugins.lua
parente85d6410af991ec81b847541a48026ae973cde7e (diff)
vim: auto-compile plugins.lua
Diffstat (limited to '.vim/lua/plugins.lua')
-rw-r--r--.vim/lua/plugins.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua
index cb8bdb1..425c2ca 100644
--- a/.vim/lua/plugins.lua
+++ b/.vim/lua/plugins.lua
@@ -1,7 +1,6 @@
 -- vim: foldenable
 -- load by calling `lua require('plugins')` from your init.vim
 local g = vim.g
-local u = require('utils')
 
 -- force packer into a system directory
 local sysdata = vim.fn.stdpath('data_dirs')[1]