Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 863 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 863 Bytes

光速 — Speed Of Light ⚡️

光速 (Speed Of Light) is a Neovim setup that has been carefully crafted to be feature-rich yet blazingly fast due to lazy loading as much as possible!

JPG Compression Be Like

💻 Installation

To install, simply run the ./install.sh script or run this command.

nvim --headless "+Lazy! sync" +qa

📁 File Structure

Plugins are stored and automatically sourced in lua/plugins/

~/.config/nvim
├── ftplugin
│  └── *.lua
├── init.lua
└── lua
   ├── core
   │  ├── autocmd.lua
   │  ├── functions.lua
   │  ├── mappings.lua
   │  └── options.lua
   └── plugins
      └── *.lua