| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 | 
							- local commit = {
 
-   bufferline = "d5904e8a3434acb151a4948b1b3d4760a2a12bb1",
 
-   cmp_buffer = "d66c4c2d376e5be99db68d2362cd94d250987525",
 
-   cmp_luasnip = "d6f837f4e8fe48eeae288e638691b91b97d1737f",
 
-   cmp_nvim_lsp = "ebdfc204afb87f15ce3d3d3f5df0b8181443b5ba",
 
-   cmp_path = "466b6b8270f7ba89abd59f402c73f63c7331ff6e",
 
-   comment = "026ec9530b6691db8c68a3ae4fc44c56aa281f52",
 
-   dapinstall = "24923c3819a450a772bb8f675926d530e829665f",
 
-   dashboard_nvim = "d82ddae95fd4dc4c3b7bbe87f09b1840fbf20ecb",
 
-   fixcursorhold = "1bfb32e7ba1344925ad815cb0d7f901dbc0ff7c1",
 
-   friendly_snippets = "ad07b2844021b20797adda5b483265802559a693",
 
-   gitsigns = "7de953329ff696408bd38d3218b0239839d285e0",
 
-   lua_dev = "a0ee77789d9948adce64d98700cc90cecaef88d5",
 
-   lualine = "88a44ade818f9ee7ba730aa4096250e22b243808",
 
-   luasnip = "5d62337e4354ed0eae3b7dba4c2c289cea117c19",
 
-   nlsp_settings = "35f33534211c180a1300e7c26fda300babb8ebab",
 
-   null_ls = "1ee1da4970b3c94bed0d0250a353bff633901cd1",
 
-   nvim_autopairs = "d2cde7c5802b34d6391a8a3555a3b7b56482f2aa",
 
-   nvim_cmp = "1001683bee3a52a7b7e07ba9d391472961739c7b",
 
-   nvim_dap = "bc7ac4864188079a6122032a75ea914c95461c1f",
 
-   nvim_lsp_installer = "a049c201279c7e48e1a3a68acb5a15a306671551",
 
-   nvim_lspconfig = "096398a07c2dc08d785266f9f55ddcb462ba0749",
 
-   nvim_notify = "f81b48d298c0ff7479b66568d9cc1a4794c196d0",
 
-   nvim_tree = "2457e141ae5c2e9c5d94a9550b37b421d25cfff1",
 
-   nvim_treesitter = "8d92fa851e0dc698ab41efe7eec2a27ea0329fae",
 
-   nvim_ts_context_commentstring = "097df33c9ef5bbd3828105e4bee99965b758dc3f",
 
-   nvim_web_devicons = "4415d1aaa56f73b9c05795af84d625c610b05d3b",
 
-   packer = "c576ab3f1488ee86d60fd340d01ade08dcabd256",
 
-   plenary = "14dfb4071022b22e08384ee125a5607464b6d397",
 
-   popup = "b7404d35d5d3548a82149238289fa71f7f6de4ac",
 
-   project = "cef52b8da07648b750d7f1e8fb93f12cb9482988",
 
-   schemastore = "d767c6aae2b42317c9034f2190cdcab6c53792c8",
 
-   structlog = "6f1403a192791ff1fa7ac845a73de9e860f781f1",
 
-   telescope = "2d0b4a3243ce21180ead49b37ed35825e0a3a89a",
 
-   telescope_fzf_native = "8ec164b541327202e5e74f99bcc5fe5845720e18",
 
-   toggleterm = "e97d0c1046512e975a9f3fa95afe98f312752b1c",
 
-   which_key = "28d2bd129575b5e9ebddd88506601290bb2bb221",
 
- }
 
- return {
 
-   -- Packer can manage itself as an optional plugin
 
-   { "wbthomason/packer.nvim", commit = commit.packer },
 
-   { "neovim/nvim-lspconfig", commit = commit.nvim_lspconfig },
 
-   { "tamago324/nlsp-settings.nvim", commit = commit.nlsp_settings },
 
-   {
 
-     "jose-elias-alvarez/null-ls.nvim",
 
-     commit = commit.null_ls,
 
-   },
 
-   { "antoinemadec/FixCursorHold.nvim", commit = commit.fixcursorhold }, -- Needed while issue https://github.com/neovim/neovim/issues/12587 is still open
 
-   {
 
-     "williamboman/nvim-lsp-installer",
 
-     commit = commit.nvim_lsp_installer,
 
-   },
 
-   {
 
-     "rcarriga/nvim-notify",
 
-     commit = commit.nvim_notify,
 
-     disable = not lvim.builtin.notify.active,
 
-     config = function()
 
-       require("lvim.core.notify").setup()
 
-     end,
 
-     event = "BufRead",
 
-   },
 
-   { "Tastyep/structlog.nvim", commit = commit.structlog },
 
-   { "nvim-lua/popup.nvim", commit = commit.popup },
 
-   { "nvim-lua/plenary.nvim", commit = commit.plenary },
 
-   -- Telescope
 
-   {
 
-     "nvim-telescope/telescope.nvim",
 
-     commit = commit.telescope,
 
-     config = function()
 
-       require("lvim.core.telescope").setup()
 
-     end,
 
-     disable = not lvim.builtin.telescope.active,
 
-   },
 
-   {
 
-     "nvim-telescope/telescope-fzf-native.nvim",
 
-     commit = commit.telescope_fzf_native,
 
-     run = "make",
 
-     disable = not lvim.builtin.telescope.active,
 
-   },
 
-   -- Install nvim-cmp, and buffer source as a dependency
 
-   {
 
-     "hrsh7th/nvim-cmp",
 
-     commit = commit.nvim_cmp,
 
-     config = function()
 
-       if lvim.builtin.cmp then
 
-         require("lvim.core.cmp").setup()
 
-       end
 
-     end,
 
-     requires = {
 
-       "L3MON4D3/LuaSnip",
 
-       "rafamadriz/friendly-snippets",
 
-     },
 
-   },
 
-   {
 
-     "rafamadriz/friendly-snippets",
 
-     commit = commit.friendly_snippets,
 
-   },
 
-   {
 
-     "L3MON4D3/LuaSnip",
 
-     config = function()
 
-       require("luasnip/loaders/from_vscode").lazy_load()
 
-     end,
 
-     commit = commit.luasnip,
 
-   },
 
-   {
 
-     "hrsh7th/cmp-nvim-lsp",
 
-     commit = commit.cmp_nvim_lsp,
 
-   },
 
-   {
 
-     "saadparwaiz1/cmp_luasnip",
 
-     commit = commit.cmp_luasnip,
 
-   },
 
-   {
 
-     "hrsh7th/cmp-buffer",
 
-     commit = commit.cmp_buffer,
 
-   },
 
-   {
 
-     "hrsh7th/cmp-path",
 
-     commit = commit.cmp_path,
 
-   },
 
-   {
 
-     "folke/lua-dev.nvim",
 
-     module = "lua-dev",
 
-     commit = commit.lua_dev,
 
-   },
 
-   -- Autopairs
 
-   {
 
-     "windwp/nvim-autopairs",
 
-     commit = commit.nvim_autopairs,
 
-     -- event = "InsertEnter",
 
-     config = function()
 
-       require("lvim.core.autopairs").setup()
 
-     end,
 
-     disable = not lvim.builtin.autopairs.active,
 
-   },
 
-   -- Treesitter
 
-   {
 
-     "nvim-treesitter/nvim-treesitter",
 
-     commit = commit.nvim_treesitter,
 
-     branch = vim.fn.has "nvim-0.6" == 1 and "master" or "0.5-compat",
 
-     -- run = ":TSUpdate",
 
-     config = function()
 
-       require("lvim.core.treesitter").setup()
 
-     end,
 
-   },
 
-   {
 
-     "JoosepAlviste/nvim-ts-context-commentstring",
 
-     commit = commit.nvim_ts_context_commentstring,
 
-     event = "BufReadPost",
 
-   },
 
-   -- NvimTree
 
-   {
 
-     "kyazdani42/nvim-tree.lua",
 
-     -- event = "BufWinOpen",
 
-     -- cmd = "NvimTreeToggle",
 
-     commit = commit.nvim_tree,
 
-     config = function()
 
-       require("lvim.core.nvimtree").setup()
 
-     end,
 
-     disable = not lvim.builtin.nvimtree.active,
 
-   },
 
-   {
 
-     "lewis6991/gitsigns.nvim",
 
-     commit = commit.gitsigns,
 
-     config = function()
 
-       require("lvim.core.gitsigns").setup()
 
-     end,
 
-     event = "BufRead",
 
-     disable = not lvim.builtin.gitsigns.active,
 
-   },
 
-   -- Whichkey
 
-   {
 
-     "folke/which-key.nvim",
 
-     commit = commit.which_key,
 
-     config = function()
 
-       require("lvim.core.which-key").setup()
 
-     end,
 
-     event = "BufWinEnter",
 
-     disable = not lvim.builtin.which_key.active,
 
-   },
 
-   -- Comments
 
-   {
 
-     "numToStr/Comment.nvim",
 
-     commit = commit.comment,
 
-     event = "BufRead",
 
-     config = function()
 
-       require("lvim.core.comment").setup()
 
-     end,
 
-     disable = not lvim.builtin.comment.active,
 
-   },
 
-   -- project.nvim
 
-   {
 
-     "ahmedkhalf/project.nvim",
 
-     commit = commit.project,
 
-     config = function()
 
-       require("lvim.core.project").setup()
 
-     end,
 
-     disable = not lvim.builtin.project.active,
 
-   },
 
-   -- Icons
 
-   { "kyazdani42/nvim-web-devicons", commit = commit.nvim_web_devicons },
 
-   -- Status Line and Bufferline
 
-   {
 
-     -- "hoob3rt/lualine.nvim",
 
-     "nvim-lualine/lualine.nvim",
 
-     commit = commit.lualine,
 
-     -- "Lunarvim/lualine.nvim",
 
-     config = function()
 
-       require("lvim.core.lualine").setup()
 
-     end,
 
-     disable = not lvim.builtin.lualine.active,
 
-   },
 
-   {
 
-     "akinsho/bufferline.nvim",
 
-     commit = commit.bufferline,
 
-     config = function()
 
-       require("lvim.core.bufferline").setup()
 
-     end,
 
-     event = "BufWinEnter",
 
-     disable = not lvim.builtin.bufferline.active,
 
-   },
 
-   -- Debugging
 
-   {
 
-     "mfussenegger/nvim-dap",
 
-     commit = commit.nvim_dap,
 
-     -- event = "BufWinEnter",
 
-     config = function()
 
-       require("lvim.core.dap").setup()
 
-     end,
 
-     disable = not lvim.builtin.dap.active,
 
-   },
 
-   -- Debugger management
 
-   {
 
-     "Pocco81/DAPInstall.nvim",
 
-     commit = commit.dapinstall,
 
-     -- event = "BufWinEnter",
 
-     -- event = "BufRead",
 
-     disable = not lvim.builtin.dap.active,
 
-   },
 
-   -- Dashboard
 
-   {
 
-     "ChristianChiarulli/dashboard-nvim",
 
-     event = "BufWinEnter",
 
-     config = function()
 
-       require("lvim.core.dashboard").setup()
 
-     end,
 
-     disable = not lvim.builtin.dashboard.active,
 
-   },
 
-   -- Terminal
 
-   {
 
-     "akinsho/toggleterm.nvim",
 
-     commit = commit.toggleterm,
 
-     event = "BufWinEnter",
 
-     config = function()
 
-       require("lvim.core.terminal").setup()
 
-     end,
 
-     disable = not lvim.builtin.terminal.active,
 
-   },
 
-   -- SchemaStore
 
-   {
 
-     "b0o/schemastore.nvim",
 
-     commit = commit.schemastore,
 
-   },
 
- }
 
 
  |