Signed-off-by: Lee Tang <i@d0zingcat.dev>
This commit is contained in:
Lee Tang
2023-03-07 18:39:00 +08:00
parent 6058874a99
commit 95bf5cfb4d
2 changed files with 4 additions and 5 deletions

5
.zshrc
View File

@@ -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

View File

@@ -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',