Merge new modular config

This commit is contained in:
smashblu 2024-09-22 19:16:16 -07:00
parent 270d774c6f
commit efd0b9e719
9 changed files with 99 additions and 835 deletions

View file

@ -20,7 +20,6 @@ require('lazy').setup({
-- Use `opts = {}` to force a plugin to be loaded.
--
-- modular approach: using `require 'path/name'` will
-- include a plugin definition from file lua/path/name.lua
@ -36,7 +35,7 @@ require('lazy').setup({
require 'kickstart/plugins/cmp',
require 'kickstart/plugins/tokyonight',
-- require 'kickstart/plugins/tokyonight',
require 'kickstart/plugins/todo-comments',
@ -44,6 +43,14 @@ require('lazy').setup({
require 'kickstart/plugins/treesitter',
-- Load custom plugins
require 'custom/plugins/catppuccin',
require 'custom/plugins/typescript-tools',
require 'custom/plugins/markview',
-- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the
-- init.lua. If you want these files, they are in the repository, so you can just download them and
-- place them in the correct locations.