Skip to content

Commit

Permalink
Merge pull request #1 from lucaslago/lua-config
Browse files Browse the repository at this point in the history
Lua config
  • Loading branch information
lucaslago authored Feb 3, 2025
2 parents 34ff29d + 28b3a6e commit 975358a
Show file tree
Hide file tree
Showing 32 changed files with 1,666 additions and 36 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Brewfile.lock.json
nvim/plugin/packer_*
5 changes: 5 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,14 @@ brew "rust"
brew "hashicorp/tap/terraform-ls"
brew "tmate"
brew "bat"
brew "fd"
brew "tree"
brew "fsouza/prettierd/prettierd"
brew "bruno"

cask "stats"
cask "docker"
cask "rectangle"
cask "spotify"
cask "keycastr"
cask "graphiql"
9 changes: 5 additions & 4 deletions coc-nvim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"coc-explorer": "*",
"coc-html": "*",
"coc-json": "*",
"coc-prettier": "*",
"coc-tsserver": "*",
"coc-yaml": "*"
}
}
"coc-yaml": "*",
"coc-prettier": ">=9.3.1"
},
"lastUpdate": 1672644168821
}
Loading

0 comments on commit 975358a

Please sign in to comment.