Updated zsh config and fixed mason error for neovim

This commit is contained in:
hellisabove
2024-01-14 19:52:53 +02:00
parent d6c76b63df
commit 954f015587
2 changed files with 10 additions and 4 deletions
-1
View File
@@ -10,7 +10,6 @@ require("mason").setup({
require("mason-lspconfig").setup({
ensure_installed = {
"sumneko_lua",
"clangd",
"rust_analyzer",
"vls",
+10 -3
View File
@@ -5,9 +5,16 @@ export GPG_TTY=$(tty)
# Set aliases
alias ls="eza -lh"
# Activate plugins
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# Activate plugins(for Arch)
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# Activate plugins(for other distros)
#source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
#source /usr/share/sh-syntax-highlighting/zsh-syntax-highlighting.zsh
# Change prompt
eval "$(starship init zsh)"
[ -f /home/samsepi0l/.shelloracle.zsh ] && source /home/samsepi0l/.shelloracle.zsh