Skip to content

Commit

Permalink
add kuqi.vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuro9715 committed Aug 18, 2021
1 parent 1451706 commit fdc43f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
/*.sh
/cmd/lic/lic
/lic
/vim-lsp.log

profile.txt
9 changes: 9 additions & 0 deletions kuqi.vimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
" vim-lsp configuration to debugging kuqi. Load this file in your vimrc if you want use.
call lsp#register_server({
\ 'name': 'kuqi',
\ 'cmd': { server_info->['kuqi'] },
\ 'allowlist': ['cotowali'],
\ 'languageId': { server_info ->'kuqi' },
\ })
let g:lsp_log_file = expand('vim-lsp.log')
let g:lsp_show_message_log_level = 'log'

0 comments on commit fdc43f4

Please sign in to comment.