#My neovim

My config on github.

There is a site of my config, for fun.

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

##Usage

###latex

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

cmp blink.cmp and ultisnips luasnip to enhance editing.

check this wiki.

###markdown

mkdnflow to enhance.

leadermp to open markdown-preview This is not necessary. Just render it in the terminal.

##Detail Configure

###options

in /lua/config/options.lua

###lsp

Config lsp by native nvim. Steal serval functions from nvim-lspconfig.

###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