Fix issues with new Arch install
This commit is contained in:
parent
c8d0bb868b
commit
6e4ce36f16
@ -62,7 +62,7 @@ nvim_lsp.stylelint_lsp.setup {
|
|||||||
filetypes = { "css", "scss" }
|
filetypes = { "css", "scss" }
|
||||||
}
|
}
|
||||||
|
|
||||||
nvim_lsp.tsserver.setup {
|
nvim_lsp.ts_ls.setup {
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
filetypes = { "typescript", "typescriptreact", "typescript.tsx" },
|
filetypes = { "typescript", "typescriptreact", "typescript.tsx" },
|
||||||
cmd = { "typescript-language-server", "--stdio" },
|
cmd = { "typescript-language-server", "--stdio" },
|
||||||
|
1
.zshrc
1
.zshrc
@ -15,6 +15,7 @@ else
|
|||||||
export PATH="${PATH}:${HOME}/.local/bin:/usr/local/sbin:${HOME}/.local/share/gem/ruby/2.0.0/bin:/usr/local/bin"
|
export PATH="${PATH}:${HOME}/.local/bin:/usr/local/sbin:${HOME}/.local/share/gem/ruby/2.0.0/bin:/usr/local/bin"
|
||||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh
|
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh
|
||||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
|
source /usr/lib/zsh-git-prompt/zshrc.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export CONFIGDIR="${HOME}/.config"
|
export CONFIGDIR="${HOME}/.config"
|
||||||
|
Loading…
Reference in New Issue
Block a user