nvim: treesitter add blade

This commit is contained in:
2025-05-08 13:06:09 +08:00
parent 882210acb5
commit ad2443fc7c
3 changed files with 9 additions and 2 deletions

View File

@@ -49,8 +49,9 @@ zinit snippet OMZ::lib/history.zsh
zinit snippet OMZP::vscode
zinit snippet OMZ::lib/key-bindings.zsh
zinit snippet OMZ::lib/completion.zsh
zinit snippet OMZ::plugins/sudo/sudo.plugin.zsh
zinit snippet OMZP::sudo
zinit snippet OMZ::lib/theme-and-appearance.zsh
zinit snippet OMZP::laravel
#zinit wait="1" lucid for \
# OMZL::clipboard.zsh \
@@ -154,6 +155,7 @@ bindkey '^P' my_paste_from_clipboard # 例如 Ctrl+P
# SSH 自動補齊
zinit light sunlei/zsh-ssh
# overwrite ls
if command -v colorls &> /dev/null; then
alias ls='colorls'