mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
Dotnet: Coding Support
- Neovim LSP and code completion config - .zshrc: dotnet completions plugin added - .zshrc: Syntax-highlighting & autosuggestions are now installed through brew
This commit is contained in:
@@ -53,9 +53,8 @@ plugins=(
|
||||
docker-compose
|
||||
per-directory-history
|
||||
sudo
|
||||
zsh-syntax-highlighting
|
||||
zsh-autosuggestions
|
||||
vi-mode
|
||||
dotnet
|
||||
exercism
|
||||
)
|
||||
VI_MODE_SET_CURSOR=true
|
||||
@@ -67,6 +66,9 @@ export ZSH_COMPDUMP="$XDG_CACHE_HOME/zsh/zcompdump-$HOST"
|
||||
|
||||
source "$ZSH/oh-my-zsh.sh"
|
||||
|
||||
source "$(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
||||
source "$(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||||
|
||||
# To customize prompt, run `p10k configure`
|
||||
[[ ! -f "$XDG_CONFIG_HOME/shell/p10k.zsh" ]] || source "$XDG_CONFIG_HOME/shell/p10k.zsh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user