brew bundle install
To install the dotfiles, run the following command in the root of the repo:
./install.sh
pass
is used to manage passwords. Example:
pass show api/tokens/openai`
## LSP debug
Add the following to your `init.lua` to enable LSP debug logs:
```lua
vim.lsp.set_log_level "debug"
and then run LspLog
command to see the logs.