wqk151

Results 3 issues of wqk151

python version:3.8.2 vim version: 8.1 system: ubuntu 20.4 Config.json: python.JediEnabled:false install: pip3 install 'python-language-server[all]' :CocInstall coc-python example: import os os. the can not complement,and have an error:"NotImplementedError: Python version None...

**Please confirm** - [] I am running the latest version of this plugin **Describe the bug** The latest version use `show_tags` command not work. **To Reproduce** ![2023-08-01_15-55](https://github.com/renerocksai/telekasten.nvim/assets/18275602/eb45c86f-c1e6-48d7-9e88-61a4956259a6) **Screenshots** I switch...

bug

before `tab` ![1](https://github.com/gaoDean/autolist.nvim/assets/18275602/217c9b52-9a11-46a2-acc0-cfe67dd1fbfb) after `tab` ![2](https://github.com/gaoDean/autolist.nvim/assets/18275602/c33c6661-3a43-4234-8292-72e459c4ef80) my config ``` return { "gaoDean/autolist.nvim", priority = 1, ft = { "markdown", "text", }, config = function() require("autolist").setup() vim.keymap.set("i", "", "AutolistTab") vim.keymap.set("i", "",...