yyancy / nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim

My nvim configurations.

Prerequisite

Installing node and configure mirrors

# References https://developer.aliyun.com/article/868238?spm=a2c6h.13148508.0.0.66e84f0ehbA8XI
npm config set registry https://registry.npmmirror.com

Installing python neovim

pip3 install pynvim --upgrade

FAQ

debug coc

  1. setting "diagnostic-languageserver.trace.server": "verbose" in coc-settings.json
  2. open file
  3. run :CocCommand workspace.showOutput and select option diagnostic-languageserver

completion tools

  • tabnine

FAQ

non-greedy search

.\{-} or \v.{-}

dot matching include space and newline char

\_.

About


Languages

Language:Lua 95.4%Language:Vim Script 4.6%