work out how to make angular plugin lazy later

This commit is contained in:
Solomon Laing 2025-01-08 09:44:39 +10:30
parent dc38121d15
commit 66437a6a9f

View File

@ -2,6 +2,7 @@ return {
{ {
"joeveiga/ng.nvim", "joeveiga/ng.nvim",
enabled = true, enabled = true,
lazy = false,
config = function() config = function()
local opts = { noremap = true, silent = true } local opts = { noremap = true, silent = true }
local ng = require("ng"); local ng = require("ng");