Fix zk integration in nvim
This commit is contained in:
parent
3cee43d41c
commit
b93a8e7a31
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
return {
|
||||
{
|
||||
"zk-org/zk-nvim",
|
||||
config = function()
|
||||
require("zk").setup({
|
||||
-- See Setup section below
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue