2021-09-06 17:56:58 -07:00
|
|
|
-- Blake's neovim rc file
|
2021-09-05 13:47:46 -07:00
|
|
|
|
2021-09-24 21:20:05 -07:00
|
|
|
-- plugins and plugin settings: ~/.config/nvim/lua/blake/plugins.lua
|
|
|
|
require('blake.plugins')
|
2021-11-22 01:08:44 -08:00
|
|
|
-- basic settings: ~/.config/nvim/lua/blake/settings.lua
|
|
|
|
require('blake.settings')
|
2021-09-03 01:18:44 -07:00
|
|
|
|
2021-09-06 17:56:58 -07:00
|
|
|
-- TODO:
|
2022-01-02 17:39:36 -08:00
|
|
|
-- 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
|
2021-09-06 17:56:58 -07:00
|
|
|
-- Plugins to install:
|
2021-12-02 03:02:04 -08:00
|
|
|
-- lightspeed.nvim
|
|
|
|
-- lightbulb?
|
|
|
|
-- telescope
|
|
|
|
-- - trouble.nvim
|
2021-09-06 17:56:58 -07:00
|
|
|
|