diff options
author | Soispha <soispha@vhack.eu> | 2023-08-28 14:42:58 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-28 14:42:58 +0200 |
commit | 5e6188fb98f7f0d1754795e5d19badb09dd88a16 (patch) | |
tree | 041b23da1ec79350659027e64346beef612337f9 | |
parent | Fix(hm/conf/nvim/plugins/femaco): Switch to extra, as that's newer (diff) | |
download | nixos-config-5e6188fb98f7f0d1754795e5d19badb09dd88a16.zip |
Fix(hm/conf/nvim/plugins/femaco): Import `clip_val` local
-rw-r--r-- | hm/soispha/conf/nvim/plugins/femaco/lua/femaco.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 |