This is the first commit that actually adds files to the repo. Yes it's a bad commit but now the major features are here
30 lines
649 B
Markdown
30 lines
649 B
Markdown
# Nvim-Config-3
|
|
|
|
Attempt 3 at making a stable and minimal neovim configuration.
|
|
My main goal is to remove any technical debt and almost start fresh.
|
|
|
|
This could get interesting..
|
|
|
|
This is a work-in-progress config and may break sometimes.
|
|
any releases made are expected to be stable
|
|
|
|
## Modules
|
|
|
|
### `sherlock5512.utilities.lua`
|
|
|
|
This is my set of utility functions used throughout my config.
|
|
|
|
#### `require_modules`
|
|
|
|
This function is used where I need to have many modules for one specific thing.
|
|
It loads the modules for you and returns a table of loaded modules if successful.
|
|
Otherwise it returns `nil`
|
|
|
|
## Plugins
|
|
|
|
TODO
|
|
|
|
## General notes
|
|
|
|
TODO
|