Skip to content

πŸ–₯ My beautiful Neovim configurations

License

Notifications You must be signed in to change notification settings

PlatyPew/neovim-init.lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ε…‰ι€Ÿ β€” 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

About

πŸ–₯ My beautiful Neovim configurations

Topics

Resources

License

Stars

Watchers

Forks