Add python lsp root hint

rita
blallo 2021-09-06 22:49:13 +02:00
parent d2b3076830
commit 54183b69fa
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ let g:LanguageClient_serverCommands = {
let g:LanguageClient_rootMarkers = {
\ 'elm': ['elm.json'],
\ 'elixir': ['mix.exs'],
\ 'python': ['setup.py'],
\ }
let g:LanguageClient_hoverPreview = 'always'