diff --git a/lvim/config.lua b/lvim/config.lua index cff8759..2c21f28 100644 --- a/lvim/config.lua +++ b/lvim/config.lua @@ -64,7 +64,7 @@ lvim.builtin.which_key.mappings["t"] = { -- After changing plugin config exit and reopen LunarVim, Run :PackerInstall :PackerCompile lvim.builtin.alpha.active = true lvim.builtin.alpha.mode = "dashboard" -lvim.builtin.notify.active = true +-- lvim.builtin.notify.active = true lvim.builtin.terminal.active = true lvim.builtin.nvimtree.setup.view.side = "left" lvim.builtin.nvimtree.setup.renderer.icons.show.git = false @@ -164,7 +164,7 @@ lvim.builtin.treesitter.highlight.enabled = true -- } -vim.list_extend(lvim.lsp.automatic_configuration.skipped_servers, { "rust_analyzer" }) +-- vim.list_extend(lvim.lsp.automatic_configuration.skipped_servers, { "rust_analyzer" }) -- Additional Plugins lvim.plugins = { diff --git a/omz-custom/themes/archcraft.zsh-theme b/omz-custom/themes/archcraft.zsh-theme index cc26ab0..058f956 100644 --- a/omz-custom/themes/archcraft.zsh-theme +++ b/omz-custom/themes/archcraft.zsh-theme @@ -8,7 +8,7 @@ else PROMPT+='%{$fg[cyan]%} %c%{$reset_color%} $(git_prompt_info)' fi -ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%} git:(%{$fg[red]%}" +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%} git:(%{$fg[red]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗" ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})" diff --git a/zshrc b/zshrc index a9acc4a..f0061de 100644 --- a/zshrc +++ b/zshrc @@ -93,6 +93,9 @@ source $ZSH/oh-my-zsh.sh # Compilation flags # export ARCHFLAGS="-arch x86_64" +# +export RUSTC_WRAPPER=~/.cargo/bin/sccache + # Set personal aliases, overriding those provided by oh-my-zsh libs, # plugins, and themes. Aliases can be placed here, though oh-my-zsh # users are encouraged to define aliases within the ZSH_CUSTOM folder.