update
This commit is contained in:
@@ -127,5 +127,16 @@ return {
|
||||
-- themes
|
||||
"tomasr/molokai",
|
||||
|
||||
"vimwiki/vimwiki",
|
||||
{
|
||||
"vimwiki/vimwiki",
|
||||
init = function ()
|
||||
vim.g.vimwiki_list = {
|
||||
{
|
||||
path = '~/vimwiki/',
|
||||
syntax = 'markdown',
|
||||
ext = '.md',
|
||||
}
|
||||
}
|
||||
end
|
||||
}
|
||||
}
|
||||
|
||||
@@ -64,6 +64,10 @@ return {
|
||||
capabilities = capabilities,
|
||||
on_attach = on_attach,
|
||||
}
|
||||
nvlsp['pylsp'].setup{
|
||||
capabilities = capabilities,
|
||||
on_attach = on_attach,
|
||||
}
|
||||
|
||||
end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user