Closed uziahmed closed 3 years ago
I think it works.
def main():
print();
pri|
Because, the default deoplete does not equals omni completion. It does not complete Python syntax words. It completes already input words.
If you need syntax completion, you need to install deplete-lsp
and configure nvim-lspconfig
instead.
https://github.com/deoplete-plugins/deoplete-lsp https://github.com/neovim/nvim-lspconfig
Warning: I will close the issue without the minimal init.vim and the reproduction instructions.
Problems summary
deoplete autocompletion is not working
Expected
Environment Information
deoplete version (SHA1): sha1
OS: linux: zorin os
neovim/Vim
:version
output: :version NVIM v0.4.3 Build type: Release LuaJIT 2.1.0-beta3 Compilation: /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/neovim-gOb7vg/neovim-0.4.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -Wdate- time -D_FORTIFY_SOURCE=1 -O2 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fdiagnostics-color=always -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -I/build/neovim-gOb7vg/neovim-0.4.3/bui ld/config -I/build/neovim-gOb7vg/neovim-0.4.3/src -I/usr/include -I/usr/include/lua5.1 -I/build/neovim-gOb7vg/neovim-0.4.3/build/src/nvim/auto -I/build/neovim-gOb7vg/neovim-0.4.3/build/include Compiled by team+vim@tracker.debian.orgFeatures: +acl +iconv +tui See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/usr/share/nvim"
: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!)
i literally just did whats in the documentation i have read all of the documentation but still couldn't figure out what is wrong
Generate a logfile if appropriate
Screenshot (if possible)
Upload the log file