Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.31 KB

Introduction

image-20211222145429108

Telescope

Coding

Packer

Gitui

This is my neovim's configuration, which contains four branch.

I use packer.nvim to manage plugins.

Branch Completion Solution
main nvim-lspconfig+nvim-cmp
coq nvim-lspconfig+coq_nvim
coc coc.nvim

Chinese introduction is here.

Pros:

  • Fast. Less than 50ms to start(Depends on SSD, tested on Sumsung 970 evo).
  • Simple. Run out of the box.
  • Modern. Pure lua to config.
  • Modular. Easy to customize.
  • Powerful. Full functionality to code.

startup time

vim-startuptime

(Tested with rhysd/vim-startuptime)

Details

Please refer to wiki.

Acknowledgement