2 -- mason is nonlazy so my executable tests work |
2 -- mason is nonlazy so my executable tests work |
3 { "williamboman/mason.nvim", config = true }, |
3 { "williamboman/mason.nvim", config = true }, |
4 |
4 |
5 { |
5 { |
6 "neovim/nvim-lspconfig", |
6 "neovim/nvim-lspconfig", |
|
7 branch = "master", |
7 event = { "BufReadPre", "BufNewFile" }, |
8 event = { "BufReadPre", "BufNewFile" }, |
8 dependencies = { |
9 dependencies = { |
9 { "williamboman/mason-lspconfig.nvim", config = true }, |
10 { "williamboman/mason-lspconfig.nvim", config = true }, |
10 { "folke/neodev.nvim", config = true }, |
11 { "folke/neodev.nvim", config = true }, |
11 { "j-hui/fidget.nvim", config = true, branch = "legacy" }, |
12 { "j-hui/fidget.nvim", config = true, branch = "legacy" }, |