Skip to content

Commit

Permalink
feat(lvim): disable format on save
Browse files Browse the repository at this point in the history
  • Loading branch information
aboqasem committed Aug 30, 2024
1 parent 86a145e commit 477b2ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion synced/symlink/.config/lvim/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ lvim.plugins = {


lvim.colorscheme = "github_dark_default"
lvim.format_on_save.enabled = true
lvim.transparent_window = true
4 changes: 2 additions & 2 deletions synced/symlink/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ zstyle ':completion:*' menu no
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'eza -1 --color=always $realpath'

# Load oh-my-zsh
source "$ZSH/oh-my-zsh.sh"
[[ ! -f "$ZSH/oh-my-zsh.sh" ]] || source "$ZSH/oh-my-zsh.sh"

# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh

source $ZSH_CUSTOM/themes/powerlevel10k/powerlevel10k.zsh-theme
[[ ! -f $ZSH_CUSTOM/themes/powerlevel10k/powerlevel10k.zsh-theme ]] || source $ZSH_CUSTOM/themes/powerlevel10k/powerlevel10k.zsh-theme

# Amazon Q post block. Keep at the bottom of this file.
[[ $TERM_PROGRAM != "WarpTerminal" ]] && [[ -f "${HOME}/Library/Application Support/amazon-q/shell/zshrc.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zshrc.post.zsh"
Expand Down

0 comments on commit 477b2ee

Please sign in to comment.