Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m1chaelwilliams/my-nvim-config
My NeoVim configuration written from scratch
https://github.com/m1chaelwilliams/my-nvim-config
dotfiles lua neovim nvim nvim-configs vim
Last synced: 28 days ago
JSON representation
My NeoVim configuration written from scratch
- Host: GitHub
- URL: https://github.com/m1chaelwilliams/my-nvim-config
- Owner: m1chaelwilliams
- Created: 2024-08-11T13:40:36.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-21T03:28:57.000Z (about 2 months ago)
- Last Synced: 2024-09-29T06:03:27.275Z (about 1 month ago)
- Topics: dotfiles, lua, neovim, nvim, nvim-configs, vim
- Language: Lua
- Homepage: https://neovim.io
- Size: 4.11 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Nvim Config
A very simple Neovim configuration.
_These preview are outdated, it looks better now_
![preview](./assets/nvim-config.png)## File Structure
All plugins are located in `/lua/plugins/`. **Lazy.nvim** automatically picks up on the directory and loads them.
## Credit
Very very special thanks to [typecraft](https://www.youtube.com/@typecraft_dev) for the amazing series on YouTube!