gitextract_84jpmpud/ ├── .gitignore ├── LICENSE ├── autoload/ │ ├── cm/ │ │ └── sources/ │ │ └── necovim.vim │ ├── necovim/ │ │ └── helper.vim │ ├── necovim.vim │ └── neocomplete/ │ └── sources/ │ └── vim.vim ├── denops/ │ └── @ddc-sources/ │ └── necovim.ts ├── doc/ │ └── necovim.txt ├── plugin/ │ └── necovim.vim └── rplugin/ └── python3/ └── deoplete/ └── source/ └── vim.py