mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 15:34:53 +01:00
chore: bump to 0.8.4
This commit is contained in:
parent
3f098185ca
commit
cc9b6769c2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
-- `native.(so|dll|dylib)` file in this plugin folder, next to
|
-- `native.(so|dll|dylib)` file in this plugin folder, next to
|
||||||
-- the `loader.lua` file.
|
-- the `loader.lua` file.
|
||||||
|
|
||||||
local version = "v0.8.2"
|
local version = "v0.8.4"
|
||||||
|
|
||||||
|
|
||||||
local plugin_dir = vim.fn.fnamemodify(debug.getinfo(1, "S").source:sub(2), ":p:h") -- got this from https://lazy.folke.io/developers#building
|
local plugin_dir = vim.fn.fnamemodify(debug.getinfo(1, "S").source:sub(2), ":p:h") -- got this from https://lazy.folke.io/developers#building
|
||||||
|
|
Loading…
Reference in a new issue