diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c25871c..0e5df22e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,9 +17,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: ytanikin/PRConventionalCommits@1.1.0 - with: - task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]' + - uses: webiny/action-conventional-commits@v1.1.0 + # - uses: ytanikin/PRConventionalCommits@1.1.0 + # with: + # task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert","break"]' luacheck: name: Lua check runs-on: ubuntu-latest diff --git a/deps/brew.sh b/deps/brew.sh index 02bf4c39..901d15ca 100755 --- a/deps/brew.sh +++ b/deps/brew.sh @@ -39,9 +39,5 @@ install_or_skip "brew install python3" "python3" # nodejs install_or_skip "brew install node" "node" -# go -install_or_skip "brew install go" "go" -install_or_skip "brew install lazygit" "lazygit" - # ctags install_or_skip "brew install universal-ctags" "ctags" diff --git a/install.ps1 b/install.ps1 index 018d063e..9268f727 100644 --- a/install.ps1 +++ b/install.ps1 @@ -220,7 +220,7 @@ Message "install dependencies with scoop" CoreDependency RustDependency -GoDependency +# GoDependency PythonDependency NodejsDependency NerdFontDependency diff --git a/install.sh b/install.sh index 2b8547f0..bcd7e140 100755 --- a/install.sh +++ b/install.sh @@ -190,7 +190,7 @@ Darwin) esac rust_dependency -golang_dependency +# golang_dependency pip3_dependency npm_dependency nerdfont_dependency diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index c2a2050e..436d7eb2 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -324,12 +324,6 @@ local M = { -- ---- GIT INTEGRATION ---- - -- Lazygit - { - "kdheepak/lazygit.nvim", - init = lua_init("kdheepak/lazygit.nvim"), - keys = lua_keys("kdheepak/lazygit.nvim"), - }, -- Blame { "f-person/git-blame.nvim", diff --git a/lua/plugins/users_sample.lua b/lua/plugins/users_sample.lua index 7ebf325b..a19bb53b 100644 --- a/lua/plugins/users_sample.lua +++ b/lua/plugins/users_sample.lua @@ -24,6 +24,12 @@ -- dependencies = { "nvim-treesitter/nvim-treesitter" }, -- config = lua_config("nvim-treesitter/nvim-treesitter-context"), -- }, +-- -- Lazygit +-- { +-- "kdheepak/lazygit.nvim", +-- init = lua_init("kdheepak/lazygit.nvim"), +-- keys = lua_keys("kdheepak/lazygit.nvim"), +-- }, -- -- Yank -- { -- "gbprod/yanky.nvim",