mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
update(nvim): add gitignored local settings for nvim config
This commit is contained in:
parent
650d31faec
commit
d30feea25c
4 changed files with 4 additions and 1 deletions
1
dotfiles/neovim/.gitignore
vendored
Normal file
1
dotfiles/neovim/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
lua/local_settings.lua
|
|
@ -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)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue