Skip to content

My neovim

My config on github.

I'm using nvim as a code editor, mainly for latex and markdown.

Usage

general

neotree hop. check /lua/config/keymaps.lua for keymapping.

latex

using vimtex to detect math environment, and texlab lsp to complie.

cmp and ultisnips to enhance editing.

markdown

mkdnflow to enhance.

leadermp to open markdown-preview

lsp

leadero to open outline

gr to go to reference, gd to go to definition

Detail Configure

options

in /lua/config/options.lua

plugins

I am using lazy.nvim as my plugins manager. Plugins are divided in serval classes, and following are some of mostly used plugins:

miscellanea