-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1451706
commit fdc43f4
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,6 @@ | |
/*.sh | ||
/cmd/lic/lic | ||
/lic | ||
/vim-lsp.log | ||
|
||
profile.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |