i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Format dependencies

+11 -16
+11 -16
nvim/.config/nvim/lua/plugins.lua
··· 37 37 38 38 { 39 39 "nvim-lualine/lualine.nvim", 40 - dependencies = { "nvim-tree/nvim-web-devicons", "folke/noice.nvim" }, 40 + dependencies = { 41 + "nvim-tree/nvim-web-devicons", 42 + "folke/noice.nvim", 43 + }, 41 44 config = function() 42 45 require("lualine").setup({ 43 46 options = { ··· 158 161 159 162 { 160 163 "wansmer/treesj", 164 + dependencies = { "nvim-treesitter/nvim-treesitter" }, 161 165 keys = { 162 166 { 163 167 "<leader>s", ··· 167 171 desc = "Toggle node (split/join)", 168 172 }, 169 173 }, 170 - dependencies = { 171 - "nvim-treesitter/nvim-treesitter", 172 - }, 173 174 opts = { 174 175 use_default_keymaps = false, 175 176 max_join_length = 600, ··· 287 288 288 289 { 289 290 "nvimdev/guard.nvim", 290 - dependencies = { 291 - "nvimdev/guard-collection", 292 - }, 291 + dependencies = { "nvimdev/guard-collection" }, 293 292 config = function() 294 293 local ft = require("guard.filetype") 295 294 ··· 316 315 317 316 { 318 317 "folke/trouble.nvim", 319 - dependencies = "nvim-tree/nvim-web-devicons", 318 + dependencies = { "nvim-tree/nvim-web-devicons" }, 320 319 keys = { 321 320 { "<leader>t", "<Cmd>TroubleToggle<CR>" }, 322 321 }, ··· 417 416 }, 418 417 }, 419 418 420 - { 421 - "stevearc/dressing.nvim", 422 - }, 419 + { "stevearc/dressing.nvim" }, 423 420 424 421 { 425 422 "andweeb/presence.nvim", ··· 530 527 }, 531 528 }, 532 529 533 - { 534 - "JopjeKnopje/42header_codam", 535 - }, 530 + { "JopjeKnopje/42header_codam" }, 531 + 532 + { "cacharle/c_formatter_42.vim" }, 536 533 537 534 { 538 535 "altermo/ultimate-autopair.nvim", ··· 613 610 vim.g.suda_smart_edit = true 614 611 end, 615 612 }, 616 - 617 - { "cacharle/c_formatter_42.vim" }, 618 613 619 614 { 620 615 "mfussenegger/nvim-dap",