From 8da6a37f54e19b52106952041d99e2b1c29f4362 Mon Sep 17 00:00:00 2001 From: Lee Tang Date: Wed, 6 Sep 2023 15:49:29 +0800 Subject: [PATCH] update ideavimrc --- .ideavimrc | 6 +++--- nvim/lua/config/lsp-setup.lua | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ideavimrc b/.ideavimrc index f524e8c..66323ad 100644 --- a/.ideavimrc +++ b/.ideavimrc @@ -121,9 +121,9 @@ nnoremap vs :source ~/.config/ideavim/.ideavimrc " m 展示菜单: " A 全局或者缩小窗口 nnoremap ntf :NERDTreeFocus -nnoremap :NERDTreeToggle -nnoremap :NERDTree -nnoremap :NERDTreeFind +nnoremap :NERDTreeToggle +nnoremap :NERDTree +nnoremap :NERDTreeFind " intellij built in key map nnoremap a :action GotoAction diff --git a/nvim/lua/config/lsp-setup.lua b/nvim/lua/config/lsp-setup.lua index d270fc8..56433f5 100644 --- a/nvim/lua/config/lsp-setup.lua +++ b/nvim/lua/config/lsp-setup.lua @@ -22,7 +22,7 @@ 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'] = { + ['https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v2.0/schema.json'] = { '/*swagger.yaml', '/*swagger.yml', },