Browse Source

[nvim] Properly initialize coverage.nvim.

master
Fredrik Ekre 1 year ago
parent
commit
142f9afeda
No known key found for this signature in database
GPG Key ID: DE82E6D5E364C0A2
  1. 2
      .config/nvim/lua/plugins/init.lua

2
.config/nvim/lua/plugins/init.lua

@ -13,5 +13,5 @@ return { @@ -13,5 +13,5 @@ return {
-- https://github.com/nvim-lua/plenary.nvim
{"nvim-lua/plenary.nvim"},
-- https://github.com/andythigpen/nvim-coverage
{"andythigpen/nvim-coverage"},
{"andythigpen/nvim-coverage", opts = {}},
}

Loading…
Cancel
Save