🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
Find a file
2020-04-01 17:15:46 -04:00
ftplugin fixed C-l in pydoc overriding my window move mapping, some toggle cammands still don't work, also fixed backticks not appearing 2019-02-26 20:31:15 -05:00
install big updates 2020-04-01 17:15:46 -04:00
modules big updates 2020-04-01 17:15:46 -04:00
utils/commands added stuff for js 2019-02-17 12:03:58 -05:00
.gitignore gutentags makes things hang so I need to fix or replace it 2019-02-11 15:19:13 -05:00
coc-settings.json big updates 2020-04-01 17:15:46 -04:00
init.vim big updates 2020-04-01 17:15:46 -04:00
README.md big updates 2020-04-01 17:15:46 -04:00

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

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

Install this stuff

  • Document node nonsense in order to install coc
  • configure coc settings better
  • need formatter for other languages
  • Java support
  • Need support for image in current ranger implementation
  • https://github.com/kevinhwang91/rnvimr (Note Ueberzug doesn't work on mac which sucks, also neither does this plugin)
  • Check out more coc extensions
  • https://github.com/voldikss/coc-todolist
  • VimWiki
  • fix tmux messing up my colors
  • figure out denite and give it a good shortcut