/neovim-config

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

Neovim config of huang-jl

This is based on Neovim-from-scratch.

Dependency

You need install python and pynvim module.

pip install pynvim

The pynvim module is to enable grayout plugin, which can gray out based on compile_commands.json. It is helpful to explore the code of Linux kernel with respect to your .config.

Press <leader>lg to enable the grayout to current buffer.