Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 314 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 314 Bytes

neovim-config

Configuration for NeoVim in WSL on Ubuntu 20.04

Structure

.
├── init.lua      -> init.lua
└── lua           -> config
    ├── functions -> custom functions
    └── plugins   -> plugins

Every folder has a loader.lua file which loads the contents of the folder.