lazy load devdocs
This commit is contained in:
parent
2ebe9240fa
commit
e3d31b3978
@ -6,5 +6,16 @@ return {
|
|||||||
'nvim-treesitter/nvim-treesitter',
|
'nvim-treesitter/nvim-treesitter',
|
||||||
},
|
},
|
||||||
branch = 'master',
|
branch = 'master',
|
||||||
opts = {}
|
opts = {},
|
||||||
|
cmd = {
|
||||||
|
'DevdocsFetch',
|
||||||
|
'DevdocsInstall',
|
||||||
|
'DevdocsUninstall',
|
||||||
|
'DevdocsOpen',
|
||||||
|
'DevdocsOpenFloat',
|
||||||
|
'DevdocsOpenCurrent',
|
||||||
|
'DevdocsOpenCurrentFloat',
|
||||||
|
'DevdocsUpdate',
|
||||||
|
'DevdocsUpdateAll',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user