add module obsidian

This commit is contained in:
km 2025-01-04 01:39:32 +00:00
parent c1ed53be6f
commit 6de0d66fed
3 changed files with 37 additions and 41 deletions

View file

@ -130,7 +130,7 @@ require('lazy').setup({
-- or leave it empty to use the default settings
-- refer to the configuration section below
bigfile = { enabled = true },
dashboard = { enabled = true },
dashboard = { enabled = false },
notifier = {
enabled = true,
timeout = 3000,
@ -925,6 +925,7 @@ require('lazy').setup({
require 'plugins.codeium',
require 'plugins.chatgpt',
require 'plugins.auto_session',
require 'plugins.obsidian',
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
-- This is the easiest way to modularize your config.