From dd82496f538b688cedf98429f89fef47ecb0625e Mon Sep 17 00:00:00 2001 From: chenxu <6235641+cxwx@users.noreply.github.com> Date: Sun, 19 May 2024 14:27:02 +0800 Subject: [PATCH 1/2] Update init.lua bug fixed to nvim-0.10 --- lua/specs/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/specs/init.lua b/lua/specs/init.lua index f88a11c..722942a 100644 --- a/lua/specs/init.lua +++ b/lua/specs/init.lua @@ -98,7 +98,7 @@ function M.show_specs(popup) vim.api.nvim_win_set_option(win_id, "winblend", bl) end if dm ~= nil then - config["col"][false] = dm[2] + config.col = dm[2] vim.api.nvim_win_set_config(win_id, config) vim.api.nvim_win_set_width(win_id, dm[1]) end From 4a2f6f71eaa054a9355a2f424b4723e68f7ce22c Mon Sep 17 00:00:00 2001 From: chenxu <6235641+cxwx@users.noreply.github.com> Date: Sun, 19 Jan 2025 01:55:24 +0800 Subject: [PATCH 2/2] Create FUNDING.yml --- .github/FUNDING.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..e891e06 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,15 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +polar: # Replace with a single Polar username +buy_me_a_coffee: cxwx +thanks_dev: cxwx +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']