ayasa520 / nvimdots

A well configured and structured Neovim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

git clone --recursive git@github.com:ayasa520/nvimdots.git ~/.config/nvim

Introduction

Dashboard

Dashboard


Telescope

Telescope


Coding

Coding


Debugging

Debugging


Asynchronous code quick running

Asynchronous code quick running


Code completion

Code completion


Packer

Packer


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

(Tested with rhysd/vim-startuptime)

Details

Please refer to wiki.

Acknowledgement

About

A well configured and structured Neovim.

License:MIT License


Languages

Language:Lua 97.3%Language:Vim Script 2.7%