Add python lsp root hint

This commit is contained in:
sfigato 2021-09-06 22:49:13 +02:00
parent d2b3076830
commit 54183b69fa
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F

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'