mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 15:09:34 +00:00
update ideavimrc
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user