diff options
| author | Wayne-Cole <77279425+Wacky404@users.noreply.github.com> | 2023-12-02 14:59:37 -0600 |
|---|---|---|
| committer | Wayne-Cole <77279425+Wacky404@users.noreply.github.com> | 2023-12-02 14:59:37 -0600 |
| commit | b3f787146b7aeeea1d3c9e20a2f671d0436e2817 (patch) | |
| tree | ef0b44e982263eee82f29095efeb825045a05fa1 | |
| parent | d5908b2a27bcfea4e22ceb53c62a11bb4ce13842 (diff) | |
| download | wackys-dev-env-b3f787146b7aeeea1d3c9e20a2f671d0436e2817.tar.xz wackys-dev-env-b3f787146b7aeeea1d3c9e20a2f671d0436e2817.zip | |
add: README.md
| -rw-r--r-- | .config/README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.config/README.md b/.config/README.md new file mode 100644 index 0000000..1ec7856 --- /dev/null +++ b/.config/README.md @@ -0,0 +1,17 @@ +# Wacky's Dev Environment +> In case of a nuclear strike on a state that no one cares about, my config shall live on. +### If your looking at this, try to garner some inspiration +> This config is specifically tailored for my needs and wants on MacOS. As of right now +> I'm currently developing in Python, C++, and C. I tried to keep my NeoVim fairly 'light'. +### My Essentials: +> - treesh*tter +> - telescope +> - lsp +> - autocompletion +> - terminal integration (.zsh btw) +> - markdown preview; for readme and notetaking + +If you want to see my keybindings and current color scheme +> [keymaps.lua](keymaps.lua) +> +> [colorscheme.lua](colorscheme.lua) |
