chore(repo): Initial commit
Starting the repo off with a boring and basic commit
This commit is contained in:
commit
0e87bcc2f6
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
plugin/packer_compiled.lua
|
||||
26
Readme.md
Normal file
26
Readme.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# 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..
|
||||
|
||||
## 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
|
||||
Loading…
Reference in New Issue
Block a user