|
require("nvwynd.autocmds")
|
|
require("nvwynd.options")
|
|
|
|
require("lazy").setup({
|
|
spec = {
|
|
-- imports plugins from the /plugins folder, file names don't matter only whats inside them
|
|
import = "nvwynd.plugins",
|
|
},
|
|
-- rocks = {
|
|
-- hererocks = true,
|
|
-- },
|
|
})
|
|
|
|
require("nvwynd.keymaps")
|