update ideavimrc

This commit is contained in:
Lee Tang
2023-09-06 15:49:29 +08:00
parent 6c747fc2dd
commit 8da6a37f54
2 changed files with 4 additions and 4 deletions

View File

@@ -121,9 +121,9 @@ nnoremap <leader>vs :source ~/.config/ideavim/.ideavimrc<CR>
" m 展示菜单: " m 展示菜单:
" A 全局或者缩小窗口 " A 全局或者缩小窗口
nnoremap <leader>ntf :NERDTreeFocus<CR> nnoremap <leader>ntf :NERDTreeFocus<CR>
nnoremap <C-t> :NERDTreeToggle<CR> nnoremap <leader><C-t> :NERDTreeToggle<CR>
nnoremap <C-n> :NERDTree<CR> nnoremap <leader><C-n> :NERDTree<CR>
nnoremap <C-f> :NERDTreeFind<CR> nnoremap <leader><C-f> :NERDTreeFind<CR>
" intellij built in key map " intellij built in key map
nnoremap <leader>a :action GotoAction<CR> nnoremap <leader>a :action GotoAction<CR>

View File

@@ -22,7 +22,7 @@ local servers = {
yaml = { yaml = {
schemas = { schemas = {
['https://json.schemastore.org/github-workflow.json'] = '/.github/workflows/*', ['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.yaml',
'/*swagger.yml', '/*swagger.yml',
}, },