diff options
| author | 2025-02-15 16:28:22 +0100 | |
|---|---|---|
| committer | 2025-02-15 16:28:22 +0100 | |
| commit | c736ad9fbe5ed8b93a50e36be12bc27f2297e539 (patch) | |
| tree | 420ea5b186aa383071a3febff5aea555634970e8 /build.lua | |
| parent | 214f7db24bb2d30069dbad30a15ea7c94c2a4ebd (diff) | |
Diffstat (limited to 'build.lua')
| -rw-r--r-- | build.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ -- `native.(so|dll|dylib)` file in this plugin folder, next to -- the `loader.lua` file. -local version = "v0.8.4" +local version = "v0.8.5" local plugin_dir = vim.fn.fnamemodify(debug.getinfo(1, "S").source:sub(2), ":p:h") -- got this from https://lazy.folke.io/developers#building |
