Moving to lazy nvim

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-08-22 14:51:21 +02:00
parent 128bf12422
commit ce905b45fb
30 changed files with 221 additions and 159 deletions

View File

@@ -1,4 +1,5 @@
require("taken.lazy")
require("taken.core")
require("taken.plugin")
require("taken.pluginloader")
vim.notify = require("notify")
-- vim.notify = require("notify")