nvim: add todo's
This commit is contained in:
parent
06ab216290
commit
9926917d4e
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,14 @@ require('blake.plugins')
|
||||||
require('blake.settings')
|
require('blake.settings')
|
||||||
|
|
||||||
-- TODO:
|
-- TODO:
|
||||||
|
-- Make plugins more modular
|
||||||
|
-- - Have a file with toggles for all plugins
|
||||||
|
-- - If a plugin toggle is off,
|
||||||
|
-- - the configuration for it should not be run,
|
||||||
|
-- - and the plugin should not be loaded
|
||||||
|
-- OR
|
||||||
|
-- - Find out how to get a list of loaded plugins
|
||||||
|
-- - Load the configuration for each plugin
|
||||||
-- Plugins to install:
|
-- Plugins to install:
|
||||||
-- lightspeed.nvim
|
-- lightspeed.nvim
|
||||||
-- lightbulb?
|
-- lightbulb?
|
||||||
|
|
Loading…
Add table
Reference in a new issue