Commit Graph

3 Commits (e40c19f2fbeed5a5ff72cd2190f326646b309d4c)

Author SHA1 Message Date
Sean Herman 8d76ac5210
move extras before custom plugins (#9)
```
The order of your `lazy.nvim` imports is incorrect:
- `lazyvim.plugins` should be first
- followed by any `lazyvim.plugins.extras`
- and finally your own `plugins`
```
2025-02-13 22:03:04 -05:00
Sean Herman 618d31fd18
LSP + formatting (#3)
Co-authored-by: Sean Herman <sherman1@rbi.com>
2025-01-18 12:53:25 -05:00
Sean Herman 3b893377b3
Initial customizations (#1)
Co-authored-by: Sean Herman <sherman1@rbi.com>
2024-12-13 00:40:22 -05:00