Closed krisfans closed 4 years ago
neosnippet-snippets does not have import
snippet.
So this is feature.
If you input if
, you can get ifmain
snippet.
And your configuration is wrong.
It must be:
call deoplete#custom#option('sources', {
\ 'python':['jedi','neosnippet'],
\})
Problems summary
When I edit a python file ,I just want to
deoplete-jedi
andneosnippet
this two completion sources without others, what should I do?Expected
open a python file ,there is no neosnippet's code snippets
Environment Information
deoplete version (SHA1): 6.0(The lastest version)
OS: Windows 10
neovim/Vim
:version
output: Neovim 0.4.3:checkhealth
or:CheckHealth
result(neovim only):Provide a minimal init.vim/vimrc with less than 50 lines (Required!)
How to reproduce the problem from neovim/Vim startup (Required!)
1.open a empty python 2.type im(import)