splits out configuration into central modules
This commit is contained in:
parent
58ffb417dd
commit
b44654b9a2
63 changed files with 20 additions and 20 deletions
|
|
@ -1,8 +0,0 @@
|
|||
return {
|
||||
"vimwiki/vimwiki",
|
||||
dependencies = { "freitass/todo.txt-vim" },
|
||||
init = function()
|
||||
vim.g.vimwiki_list = { { path = "~/notes", syntax = "markdown", ext = "md" } }
|
||||
vim.g.vimwiki_global_ext = 0
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue