From 5e6188fb98f7f0d1754795e5d19badb09dd88a16 Mon Sep 17 00:00:00 2001
From: Soispha <soispha@vhack.eu>
Date: Mon, 28 Aug 2023 14:42:58 +0200
Subject: Fix(hm/conf/nvim/plugins/femaco): Import `clip_val` local

---
 hm/soispha/conf/nvim/plugins/femaco/lua/femaco.lua | 1 +
 1 file changed, 1 insertion(+)

(limited to 'hm/soispha')

diff --git a/hm/soispha/conf/nvim/plugins/femaco/lua/femaco.lua b/hm/soispha/conf/nvim/plugins/femaco/lua/femaco.lua
index 12171793..10064b5e 100644
--- a/hm/soispha/conf/nvim/plugins/femaco/lua/femaco.lua
+++ b/hm/soispha/conf/nvim/plugins/femaco/lua/femaco.lua
@@ -1,3 +1,4 @@
+local clip_val = require('femaco.utils').clip_val
 require("femaco").setup({
   -- should prepare a new buffer and return the winid
   -- by default opens a floating window
-- 
cgit 1.4.1