🧙 Implement Rootiest Module
- Major Update!!! - Implements a rootiest module - Consolidates much of the settings - Improves usability and efficiency - Faster Loading - Cleaner Structure - More keymaps and plugins now have conditional loading
This commit is contained in:
@@ -51,7 +51,9 @@
|
||||
-- ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
|
||||
-- The rootiest NeoVim configuration!
|
||||
-- ---------------------------------- LAZY -------------------------------------
|
||||
-- Load Lazy package manager and plugins
|
||||
require("config.lazy")
|
||||
|
||||
-- ---------------------------------- USER -------------------------------------
|
||||
require("config.user")
|
||||
-- -------------------------------- ROOTIEST -----------------------------------
|
||||
-- Load the rootiest configuration
|
||||
require("config.rootiest").setup()
|
||||
|
||||
Reference in New Issue
Block a user