From 570a64906648e4ce21ac29d4042a27d5183849c1 Mon Sep 17 00:00:00 2001 From: chemzqm Date: Fri, 28 Jun 2019 11:55:54 +0800 Subject: [PATCH] fix doc --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 632306a..5546cbe 100644 --- a/Readme.md +++ b/Readme.md @@ -19,14 +19,14 @@ In your vim/neovim, run command: :CocInstall coc-python ``` -## Optional steps +## Get start - To use Microsoft Python Language Server, add `"python.jediEnabled": false` in your settings file. - Checkout `:h coc-status` to have statusline integration with coc.nvim, so you can get download status. - When jedi is not enabled, Language server would be downloaded, make sure you have coc statusline integrated, checkout `:h coc-status`. - [Install a linter](https://code.visualstudio.com/docs/python/linting) to get errors and warnings -- you can further customize linting rules to fit your needs. - Select your preferred Python interpreter/version/environment using the `Select Interpreter` command. - - By default we use the one that's on your path. + - **Note** the autoselected python interpreter could be wrong, make sure select the right one for you. - Install `ctags` for Workspace Symbols, from [here](http://ctags.sourceforge.net/), or using `brew install ctags` on macOS. ## Useful commands