work out how to make angular plugin lazy later
This commit is contained in:
parent
dc38121d15
commit
66437a6a9f
@ -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");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user