Add python lsp root hint
This commit is contained in:
parent
d2b3076830
commit
54183b69fa
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user