Commit Graph

3 Commits (8d76ac5210d6843a7fd7ea72d5919aa479c11dfc)

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