Add LspSettingsGlobalEdit

This commit is contained in:
Yasuhiro Matsumoto
2020-03-20 11:02:40 +09:00
parent 76df1e616e
commit f361e8e88c
3 changed files with 18 additions and 0 deletions

View File

@@ -13,5 +13,6 @@ let g:lsp_settings_root_markers = get(g:, 'lsp_settings_root_markers', [
command! -nargs=0 LspSettingsStatus call lsp_settings#profile#status()
command! -nargs=0 LspSettingsLocalEdit call lsp_settings#profile#edit_local()
command! -nargs=0 LspSettingsGlobalEdit call lsp_settings#profile#edit_global()
call lsp_settings#init()