Add changes in .zshrc and lsp.lua

This commit is contained in:
Andreas Tsouchlos 2024-06-10 22:44:45 +00:00
parent 4037fe4c36
commit 81b117fc87
2 changed files with 6 additions and 7 deletions

View File

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

View File

@ -23,8 +23,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/fzf/completion.zsh
source /usr/share/doc/fzf/examples/key-bindings.zsh
alias ssh='kitty +kitten ssh'
@ -46,10 +45,10 @@ alias sc='cd ~/.config/sway'
alias nc='cd ~/.config/nvim'
alias flog='nvim -c "Flog -all"'
. "$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