Compare commits
No commits in common. "ae5a5a502f343ede72675ea6854228a1d1f9c034" and "0d16da2b3170c3c5f6a461953052823f3783aa63" have entirely different histories.
ae5a5a502f
...
0d16da2b31
1 changed files with 1 additions and 33 deletions
|
@ -230,32 +230,6 @@ require('lazy').setup({
|
||||||
require('orgmode').setup({
|
require('orgmode').setup({
|
||||||
org_agenda_files = '~/orgfiles/**/*',
|
org_agenda_files = '~/orgfiles/**/*',
|
||||||
org_default_notes_file = '~/orgfiles/refile.org',
|
org_default_notes_file = '~/orgfiles/refile.org',
|
||||||
org_todo_keywords = {
|
|
||||||
"TODO(t)",
|
|
||||||
"PLAN(p)",
|
|
||||||
"NEXT(n)",
|
|
||||||
"|",
|
|
||||||
"DONE(d)",
|
|
||||||
"CANCELED(c)",
|
|
||||||
},
|
|
||||||
org_todo_keyword_faces = {
|
|
||||||
-- TODO = ":foreground red",
|
|
||||||
PLAN = ":foreground #F0BB61",
|
|
||||||
NEXT = ":background #663333 :foreground #E0A0A0",
|
|
||||||
CANCELED = ":foreground #99AA99",
|
|
||||||
},
|
|
||||||
org_archive_location = '~/orgfiles/archives/%s_archive::',
|
|
||||||
org_capture_templates = {
|
|
||||||
t = {
|
|
||||||
description = "Task",
|
|
||||||
template = '* TODO %?\n %u'
|
|
||||||
},
|
|
||||||
l = {
|
|
||||||
description = "Log",
|
|
||||||
template = '* %?\n %U'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
org_id_link_to_org_use_id = true,
|
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
@ -668,13 +642,7 @@ lspconfig.powershell_es.setup {
|
||||||
-- cmd = {'omnisharp'},
|
-- cmd = {'omnisharp'},
|
||||||
-- }
|
-- }
|
||||||
|
|
||||||
-- lspconfig.typst_lsp.setup {
|
lspconfig.typst_lsp.setup {
|
||||||
-- on_attach = on_attach,
|
|
||||||
-- capabilities = capabilities,
|
|
||||||
-- single_file_support = true,
|
|
||||||
-- }
|
|
||||||
|
|
||||||
lspconfig.tinymist.setup {
|
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
single_file_support = true,
|
single_file_support = true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue