Updated zsh config and fixed mason error for neovim
This commit is contained in:
@@ -10,7 +10,6 @@ require("mason").setup({
|
|||||||
|
|
||||||
require("mason-lspconfig").setup({
|
require("mason-lspconfig").setup({
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"sumneko_lua",
|
|
||||||
"clangd",
|
"clangd",
|
||||||
"rust_analyzer",
|
"rust_analyzer",
|
||||||
"vls",
|
"vls",
|
||||||
|
|||||||
@@ -5,9 +5,16 @@ export GPG_TTY=$(tty)
|
|||||||
# Set aliases
|
# Set aliases
|
||||||
alias ls="eza -lh"
|
alias ls="eza -lh"
|
||||||
|
|
||||||
# Activate plugins
|
# Activate plugins(for Arch)
|
||||||
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.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
|
# Change prompt
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
||||||
|
[ -f /home/samsepi0l/.shelloracle.zsh ] && source /home/samsepi0l/.shelloracle.zsh
|
||||||
|
|||||||
Reference in New Issue
Block a user