そうなんだ
This commit is contained in:
parent
9e96bd7119
commit
4608c0ad21
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -148,7 +148,7 @@ require("lazy").setup({
|
||||||
{ "williamboman/mason-lspconfig.nvim", event = "LspAttach" },
|
{ "williamboman/mason-lspconfig.nvim", event = "LspAttach" },
|
||||||
{ "jay-babu/mason-null-ls.nvim", event = "LspAttach" },
|
{ "jay-babu/mason-null-ls.nvim", event = "LspAttach" },
|
||||||
{ "jay-babu/mason-nvim-dap.nvim", event = "LspAttach" },
|
{ "jay-babu/mason-nvim-dap.nvim", event = "LspAttach" },
|
||||||
{ "neovim/nvim-lspconfig", event = "LspAttach" },
|
{ "neovim/nvim-lspconfig", event = "BufReadPre" },
|
||||||
{ "nvimtools/none-ls.nvim", event = "LspAttach" },
|
{ "nvimtools/none-ls.nvim", event = "LspAttach" },
|
||||||
{ "mfussenegger/nvim-dap", event = "LspAttach" },
|
{ "mfussenegger/nvim-dap", event = "LspAttach" },
|
||||||
{ "rcarriga/nvim-dap-ui", event = "LspAttach" },
|
{ "rcarriga/nvim-dap-ui", event = "LspAttach" },
|
||||||
|
|
Loading…
Reference in a new issue