Skip to content

Commit

Permalink
perf(install)!: drop golang and move lazygit.nvim to user plugins (#326)
Browse files Browse the repository at this point in the history
* perf(install)!: drop golang and move lazygit.nvim to user plugins

* ci(commits): migrate conventional commits

* this is a test
  • Loading branch information
linrongbin16 authored Oct 24, 2023
1 parent 0196772 commit 701698b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 15 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'
- uses: webiny/[email protected]
# - uses: ytanikin/[email protected]
# with:
# task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert","break"]'
luacheck:
name: Lua check
runs-on: ubuntu-latest
Expand Down
4 changes: 0 additions & 4 deletions deps/brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Message "install dependencies with scoop"

CoreDependency
RustDependency
GoDependency
# GoDependency
PythonDependency
NodejsDependency
NerdFontDependency
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Darwin)
esac

rust_dependency
golang_dependency
# golang_dependency
pip3_dependency
npm_dependency
nerdfont_dependency
Expand Down
6 changes: 0 additions & 6 deletions lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions lua/plugins/users_sample.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 701698b

Please sign in to comment.