My simple neovim config
at main 221 B view raw
1return { 2 { 3 "andythigpen/nvim-coverage", 4 dependencies = { "nvim-lua/plenary.nvim", "EdenEast/nightfox.nvim" }, 5 -- lazy = true, 6 ft = { "python", "rust" }, 7 config = true, 8 }, 9}