nvim: Move util to core.util module
Moved all utility functions from their own directory into the core functionality direcotyr as a single file.
This commit is contained in:
parent
e939305df3
commit
405af0f020
11 changed files with 32 additions and 59 deletions
|
|
@ -60,7 +60,7 @@ local prose_plugs = {
|
|||
{
|
||||
"mickael-menu/zk-nvim",
|
||||
config = function()
|
||||
if require("util").is_available("which-key") then
|
||||
if require("core.util").is_available("which-key") then
|
||||
local prefix = require("which-key").register
|
||||
prefix({ ["<leader>n"] = { name = "+notes" } })
|
||||
prefix({ ["<localleader>n"] = { name = "+note" } })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue