配置一份neovim环境

最近几年主要使用的环境都是在vscode或idea中安装vim插件, vim或neovim都没有怎么用了; 现在新买的电脑既在工作中使用,平时也使用, 于是就想配置一下命令行的neovim环境,重新体验一下vim的魅力~

方案调查

https://github.com/folke/lazy.nvim 现代化的插件管理器,

lazy.nvim is a modern plugin manager for Neovim.

https://astronvim.com/ 并不是开箱即用的发行版,可以使用其提供的功能配置自己的环境. 比单纯的插件管理器抽象层次高; Configure less, code more AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins

https://www.lunarvim.org/ An IDE layer for Neovim with sane defaults. Completely free and community driven. 开箱即用的发行版. 其使用的插件管理器也是lazy.nvim https://www.lunarvim.org/docs/features/core-plugins-list 查看其使用的核心插件列表

https://nvchad.com/ 类似 astro nvim,也只是基础配置.

这次先从 astro nvim开始了~

文档网站: https://docs.astronvim.com/

使用初体验

F7快速地调出编辑器内的终端,非常方便,有种被惊艳到的感觉! 默认的leader key是空格键, e o 打开,切换到file explorer非常便利, 比vscode中方便很多