2024-05-24 16:07:28 +03:00
|
|
|
require("nvwynd.autocmds")
|
|
|
|
require("nvwynd.options")
|
|
|
|
|
|
|
|
require("lazy").setup({
|
2024-12-13 11:23:48 +02:00
|
|
|
spec = {
|
2024-05-24 16:07:28 +03:00
|
|
|
-- imports plugins from the /plugins folder, file names don't matter only whats inside them
|
|
|
|
import = "nvwynd.plugins",
|
|
|
|
},
|
2024-12-13 11:23:48 +02:00
|
|
|
-- rocks = {
|
|
|
|
-- hererocks = true,
|
|
|
|
-- },
|
2024-05-24 16:07:28 +03:00
|
|
|
})
|
|
|
|
|
|
|
|
require("nvwynd.keymaps")
|