diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index a9d44c5..5970903 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -13,7 +13,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: googleapis/release-please-action@v4 + - uses: googleapis/release-please-action@v5 with: config-file: .github/release-please-config.json manifest-file: .github/.release-please-manifest.json diff --git a/lazyvim.json b/lazyvim.json index 9859869..ce2872f 100644 --- a/lazyvim.json +++ b/lazyvim.json @@ -27,4 +27,4 @@ "NEWS.md": "11866" }, "version": 8 -} \ No newline at end of file +} diff --git a/lua/config/options.lua b/lua/config/options.lua index 9119eb2..a39ad5d 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -8,7 +8,6 @@ local o = vim.opt g.lazyvim_python_ruff = "ruff" g.ai_cmp = false - -- auto format on save -- vim.g.autoformat = false diff --git a/lua/plugins/dap.lua b/lua/plugins/dap.lua index 0f6e631..347e264 100644 --- a/lua/plugins/dap.lua +++ b/lua/plugins/dap.lua @@ -39,4 +39,4 @@ return { require("dap-view").setup(opts) end, }, -} \ No newline at end of file +}