update(nvim): add gitignored local settings for nvim config

This commit is contained in:
qwjyh 2025-04-09 05:31:30 +09:00
parent 650d31faec
commit d30feea25c
4 changed files with 4 additions and 1 deletions

1
dotfiles/neovim/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
lua/local_settings.lua

View file

@ -236,7 +236,7 @@ require('lazy').setup({
config = function()
-- Setup orgmode
require('orgmode').setup({
org_agenda_files = '~/orgfiles/**/*',
org_agenda_files = require("local_settings").org_agenda_files,
org_default_notes_file = '~/orgfiles/refile.org',
org_todo_keywords = {
"TODO(t)",