mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 07:26:44 +00:00
5
.zshrc
5
.zshrc
@@ -50,14 +50,9 @@ antigen bundle pip
|
||||
antigen bundle asdf
|
||||
antigen bundle "MichaelAquilina/zsh-autoswitch-virtualenv"
|
||||
antigen bundle nvim
|
||||
antigen bundle wbingli/zsh-wakatime
|
||||
antigen bundle darvid/zsh-poetry
|
||||
antigen bundle Aloxaf/fzf-tab
|
||||
antigen bundle fzf
|
||||
#antigen bundle dotenv
|
||||
#antigen bundle pipenv
|
||||
#antigen bundle poetry
|
||||
#antigen bundle unixorn/fzf-zsh-plugin
|
||||
|
||||
antigen bundle zsh-users/zsh-autosuggestions
|
||||
antigen bundle zsh-users/zsh-syntax-highlighting
|
||||
|
||||
@@ -21,6 +21,10 @@ local servers = {
|
||||
yaml = {
|
||||
schemas = {
|
||||
['https://json.schemastore.org/github-workflow.json'] = '/.github/workflows/*',
|
||||
['https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.1/schema.json'] = {
|
||||
'/*swagger.yaml',
|
||||
'/*swagger.yml',
|
||||
},
|
||||
Kubernetes = {
|
||||
'/*ingress.yaml',
|
||||
'/*deployment.yaml',
|
||||
|
||||
Reference in New Issue
Block a user