My favorite VIM based IDE !!

Chris 7a5a320a83 fixed floating window in which key 5 years ago
ftplugin 1b5b78fdac fixed C-l in pydoc overriding my window move mapping, some toggle cammands still don't work, also fixed backticks not appearing 6 years ago
install 9b9dfb9cc5 big update 5 years ago
modules 7a5a320a83 fixed floating window in which key 5 years ago
utils b8f455cbfb added stuff for js 6 years ago
.gitignore 8db51aea3a gutentags makes things hang so I need to fix or replace it 6 years ago
README.md 7a5a320a83 fixed floating window in which key 5 years ago
init.vim 7a5a320a83 fixed floating window in which key 5 years ago

README.md

Nvim

Install

To install run the install script in the install folder

./install

Post install

After install open Neovim and run the following:

:UpdateRemotePlugins

:checkhealth

Follow my development here

https://chiarulli.me

conda create -n neovim python=3.7

npm i -g neovim

pip install 'python-language-server[all]'

pip uninstall pycodestye

pip install vim-vint

npm i -g bash-language-server

npm install -g javascript-typescript-langserver

install ripgrep" for gutentags to ignore .gitignore

install universal ctags"

make sure you open the language server module and point to the correct binaries such as pyls and vint

TODO

start using coc

install this stuff

https://github.com/kevinhwang91/rnvimr VimWiki coc Plug 'numirias/semshi', {'do': ':UpdateRemotePlugins'} https://github.com/voldikss/coc-todolist