.config/nvim/lua/plugins/lsp.lua

changeset 1131
f3044a1658fc
parent 1128
30d81fbc6a7b
child 1135
7a17b7825b5f
equal deleted inserted replaced
1130:91a00bcc28f9 1131:f3044a1658fc
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" },

mercurial