mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
feat(dots/nvim): diagflow
This commit is contained in:
@@ -195,6 +195,7 @@ require("lazy").setup({
|
||||
--- LSP
|
||||
{ "williamboman/mason.nvim", lazy = true },
|
||||
{ "williamboman/mason-lspconfig.nvim", lazy = true, opts = { automatic_installation = true } },
|
||||
{ "dgagn/diagflow.nvim", event = "LspAttach", opts = {} },
|
||||
{ "b0o/schemastore.nvim", lazy = true },
|
||||
{ "diogo464/kubernetes.nvim", lazy = true, opts = {}, },
|
||||
{ "someone-stole-my-name/yaml-companion.nvim",
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"cmp-nvim-lsp": { "branch": "main", "commit": "39e2eda76828d88b773cc27a3f61d2ad782c922d" },
|
||||
"cmp-nvim-lsp-signature-help": { "branch": "main", "commit": "031e6ba70b0ad5eee49fd2120ff7a2e325b17fa7" },
|
||||
"cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" },
|
||||
"diagflow.nvim": { "branch": "main", "commit": "fc09d55d2e60edc8ed8f9939ba97b7b7e6488c99" },
|
||||
"gitsigns.nvim": { "branch": "main", "commit": "899e993850084ea33d001ec229d237bc020c19ae" },
|
||||
"headlines.nvim": { "branch": "master", "commit": "7671eec1065982cdf2ba4136beb1600fe1279431" },
|
||||
"indent-blankline.nvim": { "branch": "master", "commit": "18603eb949eba08300799f64027af11ef922283f" },
|
||||
|
||||
Reference in New Issue
Block a user