diff options
author | Biser Stoilov <[email protected]> | 2021-04-01 11:33:02 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-01 04:33:02 -0400 |
commit | 680b07b3f4302130368b80c93f5a516b174d5bc3 (patch) | |
tree | 8e02f91eb6c9a5bb7c719aaf412a22d1fb9eafa5 /lua/nv-dependency | |
parent | c2a937b622e61309f7b40361d6b85494c578a452 (diff) |
Mix improvements (#206)
Diffstat (limited to 'lua/nv-dependency')
-rw-r--r-- | lua/nv-dependency/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nv-dependency/init.lua b/lua/nv-dependency/init.lua new file mode 100644 index 00000000..fc056d55 --- /dev/null +++ b/lua/nv-dependency/init.lua @@ -0,0 +1 @@ +require('dependency_assist').setup()
\ No newline at end of file |