# nvimdots **Repository Path**: auok/nvimdots ## Basic Information - **Project Name**: nvimdots - **Description**: nvimdots 学习 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-07-15 - **Last Updated**: 2023-03-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction ![Dashboard](https://raw.githubusercontent.com/ayamir/blog-imgs/main/dashboard.png) ![Telescope](https://raw.githubusercontent.com/ayamir/blog-imgs/main/telescope.png) ![Coding](https://raw.githubusercontent.com/ayamir/blog-imgs/main/coding.png) ![Debuging](https://raw.githubusercontent.com/ayamir/blog-imgs/main/dap.png) ![Gitui](https://raw.githubusercontent.com/ayamir/blog-imgs/main/gitui.png) This is my neovim's configuration, which contains two branches. I use [packer.nvim](https://github.com/wbthomason/packer.nvim) to manage plugins. | Branch | Completion Solution | | :----: | :---------------------: | | main | nvim-lspconfig+nvim-cmp | | coc | coc.nvim | Chinese introduction is [here](https://zhuanlan.zhihu.com/p/382092667). **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](https://raw.githubusercontent.com/ayamir/blog-imgs/main/startuptime.png) ![vim-startuptime](https://raw.githubusercontent.com/ayamir/blog-imgs/main/vimstartup.png) (Tested with [rhysd/vim-startuptime](https://github.com/rhysd/vim-startuptime)) # Details Please refer to [wiki](https://github.com/ayamir/nvimdots/wiki). # Acknowledgement - [glepnir/nvim](https://github.com/glepnir/nvim)