mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: update
This commit is contained in:
parent
0d2d1e65ab
commit
b3a0428b01
1 changed files with 0 additions and 38 deletions
|
@ -63,26 +63,6 @@ return {
|
||||||
{ "<s-tab>", function() require("luasnip").jump(-1) end, mode = { "i", "s" } },
|
{ "<s-tab>", function() require("luasnip").jump(-1) end, mode = { "i", "s" } },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
-- {
|
|
||||||
-- "neovim/nvim-lspconfig",
|
|
||||||
-- lazy = true,
|
|
||||||
-- event = "BufRead",
|
|
||||||
-- },
|
|
||||||
-- {
|
|
||||||
-- "williamboman/mason.nvim",
|
|
||||||
-- lazy = true,
|
|
||||||
-- dependencies = { "williamboman/mason-lspconfig.nvim" },
|
|
||||||
-- cmd = {
|
|
||||||
-- "Mason",
|
|
||||||
-- "MasonInstall",
|
|
||||||
-- "MasonUninstall",
|
|
||||||
-- "MasonUninstallAll",
|
|
||||||
-- "MasonLog",
|
|
||||||
-- },
|
|
||||||
-- config = function()
|
|
||||||
-- require("user.lsp")
|
|
||||||
-- end,
|
|
||||||
-- },
|
|
||||||
-- for formater linter
|
-- for formater linter
|
||||||
{
|
{
|
||||||
"RRethy/vim-illuminate",
|
"RRethy/vim-illuminate",
|
||||||
|
@ -142,24 +122,6 @@ return {
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
-- {
|
|
||||||
-- "jayp0521/mason-null-ls.nvim",
|
|
||||||
-- lazy = true,
|
|
||||||
-- dependencies = {
|
|
||||||
-- "nvimtools/none-ls.nvim",
|
|
||||||
-- dependencies = {
|
|
||||||
-- "nvimtools/none-ls-extras.nvim",
|
|
||||||
-- lazy = true,
|
|
||||||
-- },
|
|
||||||
-- config = function()
|
|
||||||
-- require("user.lsp.null-ls")
|
|
||||||
-- end,
|
|
||||||
-- },
|
|
||||||
-- event = "InsertEnter",
|
|
||||||
-- opts = function()
|
|
||||||
-- require("user.mason-null-ls")
|
|
||||||
-- end,
|
|
||||||
-- },
|
|
||||||
-- debuging
|
-- debuging
|
||||||
{
|
{
|
||||||
"rcarriga/nvim-dap-ui",
|
"rcarriga/nvim-dap-ui",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue