chore(nvim): Some clean up
- Start splitting plugins to their own files - Config should be loaded first - Config for plugins should be handled by lazy.nvim
This commit is contained in:
parent
e69acc9844
commit
f7c5370f5b
4 changed files with 89 additions and 87 deletions
|
@ -1,6 +1,6 @@
|
|||
-- vim_plug
|
||||
require("null.plug")
|
||||
-- vim_uni
|
||||
require("null.config")
|
||||
-- vim_plug
|
||||
require("null.plug")
|
||||
-- vim_nix
|
||||
require("null.nix") -- n*x specific stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue