Browse Source

[nvim] Use my updated fork of nvim-coverage

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

3
.config/nvim/lua/plugins/init.lua

@ -13,5 +13,6 @@ return {
-- https://github.com/nvim-lua/plenary.nvim -- https://github.com/nvim-lua/plenary.nvim
{"nvim-lua/plenary.nvim"}, {"nvim-lua/plenary.nvim"},
-- https://github.com/andythigpen/nvim-coverage -- https://github.com/andythigpen/nvim-coverage
{"andythigpen/nvim-coverage", opts = {}}, -- {"andythigpen/nvim-coverage", opts = {}},
{"fredrikekre/nvim-coverage", branch = "fe/julia", opts = {lang = {julia = {directories = "src,ext,juliac"}}}},
} }

Loading…
Cancel
Save