Add changes in .zshrc and lsp.lua

This commit is contained in:
Andreas Tsouchlos 2024-06-10 22:44:45 +00:00
parent 949e930a56
commit d9d6856b6c
2 changed files with 6 additions and 6 deletions

View File

@ -143,7 +143,7 @@ return {
require('mason-lspconfig').setup({
ensure_installed = {
'clangd',
-- 'clangd',
'pyright',
'cmake',
'texlab'

View File

@ -22,7 +22,7 @@ zstyle ':vcs_info:git:*' formats '%b '
setopt PROMPT_SUBST
PROMPT='%F{magenta}[%m] %F{blue}%~%f %F{red}${vcs_info_msg_0_}%f$ '
source /usr/share/fzf/key-bindings.zsh
source /usr/share/doc/fzf/examples/key-bindings.zsh
alias ssh='kitty +kitten ssh'
@ -50,10 +50,10 @@ alias eml='z ~/Documents/kit/EMLLAB/emllab-challenge && . venv/bin/activate && c
alias hyp='z ~/git/HyperLink_SW && clear'
. "$HOME/.cargo/env"
eval "$(zoxide init zsh)"
eval "$(thefuck --alias)"
# . "$HOME/.cargo/env"
#
# eval "$(zoxide init zsh)"
# eval "$(thefuck --alias)"
. "$HOME/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh"
bindkey '^y' autosuggest-accept