My personal Neovim configuration for editing python
, c/cpp
, markdown
and LaTeX
files in Windows, naive but not simple
search workspace symbols of pytorch
list all diagnostics info and locations of the current buffer, and move the cursor to the float window
icons in completion items of coc.nvim
Neovim
>= v0.9.1Python
3.4+, packagespynvim
andneovim-remote
If you're using Conda virtual environment, don't forget to specify these two variables in init.vim
:
g:python3_host_prog
g:conda_env
- GUI/client: Nvy
Builtin
neovim-qt/nvim-qt
doesn't supportDirect Write
-
guifont
: 等距更纱黑体 Slab SC Nerd Font sarasa-mono-sc-nerd-font -
junegunn/vim-plug
: putplug.vim
instdpath('data') . '/site/autoload'
- default plug path:
stdpath('data') . '/plugged'
- default plug path:
To set proxy for git:
git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080
In init.vim
:
/g:coc_global_extensions
for coc extensions
Visual Studio Build Tools
Windows-support
After installing this plugin, run Neovim via Visual Studio's "x64 Native Tools Command Prompt" console, then run :TSInstall all
to compile all parsers
Node.js
>= 14.14
- python packages:
ruff
,yapf
Tex Live
(or other TeX distribution)SumatraPDF
- Add
SumatraPDF.exe
to PATH Environment Variable
- Add
- Install Microsoft Visual C++ Redistributable for Visual Studio 2015
For the content of
$HOME/.latexmkrc
and the instruction to configure inverse search of SumatraPDF, see the comments incoc-settings.json
- Add
firefox.exe
to PATH Environment Variable - Install
yarn
:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
npm install -g yarn
See the beginning of init.vim
See coc-lists-ripgrep.md
, ccls.md
, jupynium.nvim.md
and VimTweak.md