refactor: 🚚 Prefer Lazy Configs
Make better use of Lazy and define configs inside the plugin def
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Rootiest NVim Configuration
|
||||
# Rootiest NeoVim Configuration
|
||||
|
||||
```none
|
||||
██████╗ ██████╗ ██████╗ ████████╗██╗███████╗███████╗████████╗
|
||||
@@ -7,13 +7,12 @@
|
||||
██╔══██╗██║ ██║██║ ██║ ██║ ██║██╔══╝ ╚════██║ ██║
|
||||
██║ ██║╚██████╔╝╚██████╔╝ ██║ ██║███████╗███████║ ██║
|
||||
╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚══════╝ ╚═╝
|
||||
███╗ ██╗███████╗ ██████╗ ██╗ ██╗██╗███╗ ███╗
|
||||
████╗ ██║██╔════╝██╔═══██╗██║ ██║██║████╗ ████║
|
||||
██╔██╗ ██║█████╗ ██║ ██║██║ ██║██║██╔████╔██║
|
||||
██║╚██╗██║██╔══╝ ██║ ██║╚██╗ ██╔╝██║██║╚██╔╝██║
|
||||
██║ ╚████║███████╗╚██████╔╝ ╚████╔╝ ██║██║ ╚═╝ ██║
|
||||
|
||||
███╗ ██╗██╗ ██╗██╗███╗ ███╗
|
||||
████╗ ██║██║ ██║██║████╗ ████║
|
||||
██╔██╗ ██║██║ ██║██║██╔████╔██║
|
||||
██║╚██╗██║╚██╗ ██╔╝██║██║╚██╔╝██║
|
||||
██║ ╚████║ ╚████╔╝ ██║██║ ╚═╝ ██║
|
||||
╚═╝ ╚═══╝ ╚═══╝ ╚═╝╚═╝ ╚═╝
|
||||
```
|
||||
|
||||
The rootiest neovim configuration you will ever see!
|
||||
@@ -50,6 +49,8 @@ The rootiest neovim configuration you will ever see!
|
||||
- Detects SSH sessions and disables certain plugins for speed and compatibility
|
||||
- ToggleTerm, fzf, telescope, neotree, etc. for quick access to files and terminal
|
||||
- LSP support for many languages and automatic setup for many more
|
||||
- Remotely spawn a neovim instance over ssh, in a container, or from a git repo
|
||||
- Dashboard logo adjusts to the size of the window
|
||||
|
||||
## Credits
|
||||
|
||||
|
||||
Reference in New Issue
Block a user