Remove taskwarrior related neovim stuff
parent
15cf8bc566
commit
608a3bc725
|
|
@ -1,6 +0,0 @@
|
||||||
vim.cmd([[
|
|
||||||
let g:taskwiki_taskrc_location='/home/h/.config/task/taskrc'
|
|
||||||
let g:taskwiki_disable_concealcursor=1
|
|
||||||
let g:taskwiki_dont_preserve_folds=1
|
|
||||||
let g:taskwiki_dont_fold=1
|
|
||||||
]])
|
|
||||||
|
|
@ -14,13 +14,6 @@ syn match Cloze /\({{c\d\+::\)\@<=\(\_[A-Za-z0-9$\ \\\-\*,_`()]*\)\(}}\)\@=/ con
|
||||||
|
|
||||||
hi! link ClozeDelimiter Special
|
hi! link ClozeDelimiter Special
|
||||||
hi! link Cloze Special
|
hi! link Cloze Special
|
||||||
|
|
||||||
" Fix task UUIDs not being highlighted correctly in pandoc lists
|
|
||||||
syn match pandocUListItem /^>\=\s*[*+-]\s\+-\@!.*$/ nextgroup=pandocUListItem,pandocLaTeXMathBlock,pandocLaTeXInlineMath,pandocEscapedDollar,pandocDelimitedCodeBlock,pandocListItemContinuation contains=@Spell,pandocEmphasis,pandocStrong,pandocNoFormatted,pandocStrikeout,pandocSubscript,pandocSuperscript,pandocStrongEmphasis,pandocStrongEmphasis,pandocPCite,pandocICite,pandocCiteKey,pandocReferenceLabel,pandocLaTeXCommand,pandocLaTeXMathBlock,pandocLaTeXInlineMath,pandocEscapedDollar,pandocReferenceURL,pandocAutomaticLink,pandocFootnoteDef,pandocFootnoteBlock,pandocFootnoteID,pandocAmpersandEscape,TaskWikiTaskUuid skipempty display
|
|
||||||
syn match TaskWikiTaskUuid containedin=TaskWikiTask /\v#([A-Z]:)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/
|
|
||||||
syn match TaskWikiTaskUuid containedin=TaskWikiTask /\v#([A-Z]:)?[0-9a-fA-F]{8}$/
|
|
||||||
highlight link TaskWikiTaskUuid Comment
|
|
||||||
|
|
||||||
]])
|
]])
|
||||||
|
|
||||||
vim.cmd.runtime("syntax/_comment_keywords.lua")
|
vim.cmd.runtime("syntax/_comment_keywords.lua")
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@ Plug 'quarto-dev/quarto-vim'
|
||||||
Plug 'lervag/vimtex'
|
Plug 'lervag/vimtex'
|
||||||
" Wiki
|
" Wiki
|
||||||
Plug 'lervag/wiki.vim'
|
Plug 'lervag/wiki.vim'
|
||||||
Plug 'hektor/taskwiki'
|
|
||||||
" Markdown
|
" Markdown
|
||||||
Plug 'vim-pandoc/vim-pandoc'
|
Plug 'vim-pandoc/vim-pandoc'
|
||||||
Plug 'vim-pandoc/vim-pandoc-syntax'
|
Plug 'vim-pandoc/vim-pandoc-syntax'
|
||||||
|
|
|
||||||
|
|
@ -700,10 +700,6 @@ local fmta = require("luasnip.extras.fmt").fmta
|
||||||
-- \`\`\`
|
-- \`\`\`
|
||||||
-- endsnippet
|
-- endsnippet
|
||||||
--
|
--
|
||||||
-- snippet task "Task" i
|
|
||||||
-- * [ ] $1 -- pro:$2
|
|
||||||
-- endsnippet
|
|
||||||
--
|
|
||||||
-- snippet "(\b)fn(\d+)" "" ir
|
-- snippet "(\b)fn(\d+)" "" ir
|
||||||
-- `!p snip.rv = snip.basename + "_" + match.group(2).zfill(2)`$1
|
-- `!p snip.rv = snip.basename + "_" + match.group(2).zfill(2)`$1
|
||||||
-- endsnippet
|
-- endsnippet
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue