Skip to content

sidlatau/dotfiles

Repository files navigation

Install apps via brew

brew bundle install

Stow

To install the dotfiles, run the following command in the root of the repo:

./install.sh

Passwords

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages