Skip to content

Commit

Permalink
delete js
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyangze committed Mar 17, 2024
1 parent 7ac2be0 commit 1a7141e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion layers/language/java.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Plug 'artur-shaik/vim-javacomplete2',{ 'for': 'java'}
let g:JavaComplete_EnableDefaultMappings = 1
autocmd FileType java setlocal omnifunc=javacomplete#Complete
autocmd FileType java set completefunc=javacomplete#CompleteParamsInf
autocmd FileType java,javascript,jsp inoremap <buffer>. .<C-X><C-O><C-P>
autocmd FileType java,jsp inoremap <buffer>. .<C-X><C-O><C-P>

nmap <leader>jiA <Plug>(JavaComplete-Imports-AddMissing)
Expand Down
3 changes: 0 additions & 3 deletions layers/language/js.vim

This file was deleted.

0 comments on commit 1a7141e

Please sign in to comment.