|
|
@ -64,7 +64,7 @@ packer.startup(function(use) |
|
|
|
use({ |
|
|
|
"nvim-treesitter/nvim-treesitter", |
|
|
|
commit = vim.fn.has("nvim-0.6.0") == 1 and pin_commit( |
|
|
|
"a47df48e7d4232fd771f2537a4fb43f582c026c9" |
|
|
|
"afed686e6a8fc1035475d8c56c1b5ff252c346e5" |
|
|
|
) or pin_commit("47cfda2c6711077625c90902d7722238a8294982"), |
|
|
|
opt = true, |
|
|
|
run = ":TSUpdate", |
|
|
@ -73,24 +73,24 @@ packer.startup(function(use) |
|
|
|
}) |
|
|
|
use({ |
|
|
|
"JoosepAlviste/nvim-ts-context-commentstring", |
|
|
|
commit = pin_commit("ce74852c36008b11dda451bfe6c2ed71c535152b"), |
|
|
|
commit = pin_commit('9f5e422e1030e7073e593ad32c5354aa0bcb0176'), |
|
|
|
after = "nvim-treesitter", |
|
|
|
}) |
|
|
|
use({ |
|
|
|
"nvim-treesitter/nvim-tree-docs", |
|
|
|
commit = pin_commit("864c2f5023fa7399aa084fd81c0e2f8dedfd32e3"), |
|
|
|
commit = pin_commit('15135bd18c8f0c4d67dd1b36d3b2cd64579aab6f'), |
|
|
|
after = "nvim-treesitter", |
|
|
|
}) |
|
|
|
use({ |
|
|
|
"windwp/nvim-ts-autotag", |
|
|
|
commit = pin_commit("80d427af7b898768c8d8538663d52dee133da86f"), |
|
|
|
commit = pin_commit('80d427af7b898768c8d8538663d52dee133da86f'), |
|
|
|
after = "nvim-treesitter", |
|
|
|
}) |
|
|
|
|
|
|
|
-- Aniseed, required by some treesitter modules |
|
|
|
use({ |
|
|
|
"Olical/aniseed", |
|
|
|
commit = pin_commit("4bb3a4c1a1e329ebefa7ff022f7b3947770f7f26"), |
|
|
|
commit = pin_commit('9c8f2cd17d454a38b11cedd323579b579ee27f9c'), |
|
|
|
module_pattern = "aniseed", |
|
|
|
}) |
|
|
|
|
|
|
@ -98,7 +98,7 @@ packer.startup(function(use) |
|
|
|
local disabled_neorg = is_plugin_disabled("neorg") |
|
|
|
use({ |
|
|
|
"nvim-neorg/neorg", |
|
|
|
commit = --[[NO AUTO UPDATE]]pin_commit("17602389089d56907bbfc026c3dba19f9d24c2dd"), |
|
|
|
commit = --[[NO AUTO UPDATE]]pin_commit("3b4d5bcd0f85b15d99183c7d29e0eb1c5f88350b"), |
|
|
|
branch = "unstable", |
|
|
|
config = require("doom.modules.config.doom-neorg"), |
|
|
|
disable = disabled_neorg, |
|
|
@ -109,7 +109,7 @@ packer.startup(function(use) |
|
|
|
local disabled_sessions = is_plugin_disabled("auto-session") |
|
|
|
use({ |
|
|
|
"folke/persistence.nvim", |
|
|
|
commit = pin_commit("77cf5a6ee162013b97237ff25450080401849f85"), |
|
|
|
commit = pin_commit('77cf5a6ee162013b97237ff25450080401849f85'), |
|
|
|
config = require("doom.modules.config.doom-persistence"), |
|
|
|
-- event = "VimEnter", |
|
|
|
disable = disabled_sessions, |
|
|
@ -122,7 +122,7 @@ packer.startup(function(use) |
|
|
|
local disabled_dashboard = is_plugin_disabled("dashboard") |
|
|
|
use({ |
|
|
|
"glepnir/dashboard-nvim", |
|
|
|
commit = pin_commit("ba98ab86487b8eda3b0934b5423759944b5f7ebd"), |
|
|
|
commit = pin_commit('ba98ab86487b8eda3b0934b5423759944b5f7ebd'), |
|
|
|
config = require("doom.modules.config.doom-dashboard"), |
|
|
|
disable = disabled_dashboard, |
|
|
|
}) |
|
|
@ -131,14 +131,14 @@ packer.startup(function(use) |
|
|
|
local disabled_doom_themes = is_plugin_disabled("doom-themes") |
|
|
|
use({ |
|
|
|
"GustavoPrietoP/doom-themes.nvim", |
|
|
|
commit = pin_commit("03d417d3eab71c320744f8da22251715ba6cee53"), |
|
|
|
commit = pin_commit('03d417d3eab71c320744f8da22251715ba6cee53'), |
|
|
|
disable = disabled_doom_themes, |
|
|
|
}) |
|
|
|
|
|
|
|
-- Development icons |
|
|
|
use({ |
|
|
|
"kyazdani42/nvim-web-devicons", |
|
|
|
commit = pin_commit("f936ff3e1f9d58ec0caf0bd398e9675b54fe292e"), |
|
|
|
commit = pin_commit('8df4988ecf8599fc1f8f387bbf2eae790e4c5ffb'), |
|
|
|
module = "nvim-web-devicons", |
|
|
|
}) |
|
|
|
|
|
|
@ -147,7 +147,7 @@ packer.startup(function(use) |
|
|
|
and require("doom.core.config").config.doom.use_netrw |
|
|
|
use({ |
|
|
|
"kyazdani42/nvim-tree.lua", |
|
|
|
commit = pin_commit("5d8453dfbd34ab00cb3e8ce39660f9a54cdd35f3"), |
|
|
|
commit = pin_commit('5d8453dfbd34ab00cb3e8ce39660f9a54cdd35f3'), |
|
|
|
requires = "nvim-web-devicons", |
|
|
|
config = require("doom.modules.config.doom-tree"), |
|
|
|
disable = disabled_tree, |
|
|
@ -165,7 +165,7 @@ packer.startup(function(use) |
|
|
|
local disabled_ranger = is_plugin_disabled("ranger") |
|
|
|
use({ |
|
|
|
"francoiscabrol/ranger.vim", |
|
|
|
commit = pin_commit("91e82debdf566dfaf47df3aef0a5fd823cedf41c"), |
|
|
|
commit = pin_commit('91e82debdf566dfaf47df3aef0a5fd823cedf41c'), |
|
|
|
requires = "rbgrouleff/bclose.vim", |
|
|
|
disable = disabled_ranger, |
|
|
|
}) |
|
|
@ -175,7 +175,7 @@ packer.startup(function(use) |
|
|
|
local disabled_statusline = is_plugin_disabled("statusline") |
|
|
|
use({ |
|
|
|
"NTBBloodbath/galaxyline.nvim", |
|
|
|
commit = pin_commit("7b812cfddfcac7d9031e2f8e03f2b71fe8b2558d"), |
|
|
|
commit = pin_commit('7b812cfddfcac7d9031e2f8e03f2b71fe8b2558d'), |
|
|
|
config = require("doom.modules.config.doom-eviline"), |
|
|
|
disable = disabled_statusline, |
|
|
|
}) |
|
|
@ -185,7 +185,7 @@ packer.startup(function(use) |
|
|
|
local disabled_tabline = is_plugin_disabled("tabline") |
|
|
|
use({ |
|
|
|
"akinsho/bufferline.nvim", |
|
|
|
commit = pin_commit("782fab8a2352e872dc991c42f806dae18e848b2d"), |
|
|
|
commit = pin_commit('463637a3ac86dcaacbcd47aa608f53aaad749696'), |
|
|
|
config = require("doom.modules.config.doom-bufferline"), |
|
|
|
disable = disabled_tabline, |
|
|
|
event = "BufWinEnter", |
|
|
@ -196,7 +196,7 @@ packer.startup(function(use) |
|
|
|
local disabled_terminal = is_plugin_disabled("terminal") |
|
|
|
use({ |
|
|
|
"akinsho/toggleterm.nvim", |
|
|
|
commit = pin_commit("0b6d65d8b45e261bc17176e86abb3f631c88fc1b"), |
|
|
|
commit = pin_commit('ff168c8218b963cc7fc9d80b684d840488839bb5'), |
|
|
|
config = require("doom.modules.config.doom-toggleterm"), |
|
|
|
disable = disabled_terminal, |
|
|
|
module = { "toggleterm", "toggleterm.terminal" }, |
|
|
@ -208,7 +208,7 @@ packer.startup(function(use) |
|
|
|
local disabled_outline = is_plugin_disabled("symbols") |
|
|
|
use({ |
|
|
|
"simrat39/symbols-outline.nvim", |
|
|
|
commit = pin_commit("552b67993ed959993279e0b0f8a1da9f3c5e6fc0"), |
|
|
|
commit = pin_commit('552b67993ed959993279e0b0f8a1da9f3c5e6fc0'), |
|
|
|
config = require("doom.modules.config.doom-symbols"), |
|
|
|
disable = disabled_outline, |
|
|
|
cmd = { |
|
|
@ -223,7 +223,7 @@ packer.startup(function(use) |
|
|
|
local disabled_minimap = is_plugin_disabled("minimap") |
|
|
|
use({ |
|
|
|
"wfxr/minimap.vim", |
|
|
|
commit = pin_commit("5c54258d34b8ae4be70a8fbc09b400eb7be0bee8"), |
|
|
|
commit = pin_commit('35c0dd759938459d866aba1bdf0f1fc0b670ed61'), |
|
|
|
disable = disabled_minimap, |
|
|
|
cmd = { |
|
|
|
"Minimap", |
|
|
@ -238,7 +238,7 @@ packer.startup(function(use) |
|
|
|
local disabled_whichkey = is_plugin_disabled("which-key") |
|
|
|
use({ |
|
|
|
"folke/which-key.nvim", |
|
|
|
commit = pin_commit("d3032b6d3e0adb667975170f626cb693bfc66baa"), |
|
|
|
commit = pin_commit('d3032b6d3e0adb667975170f626cb693bfc66baa'), |
|
|
|
opt = true, |
|
|
|
config = require("doom.modules.config.doom-whichkey"), |
|
|
|
disable = disabled_whichkey, |
|
|
@ -248,7 +248,7 @@ packer.startup(function(use) |
|
|
|
local disabled_show_registers = is_plugin_disabled("show_registers") |
|
|
|
use({ |
|
|
|
"tversteeg/registers.nvim", |
|
|
|
commit = pin_commit("4d1f3525c6f9be4297e99e6aed515af3677d7241"), |
|
|
|
commit = pin_commit('4d1f3525c6f9be4297e99e6aed515af3677d7241'), |
|
|
|
disable = disabled_show_registers, |
|
|
|
}) |
|
|
|
|
|
|
@ -256,7 +256,7 @@ packer.startup(function(use) |
|
|
|
local disabled_zen = is_plugin_disabled("zen") |
|
|
|
use({ |
|
|
|
"Pocco81/TrueZen.nvim", |
|
|
|
commit = pin_commit("508b977d71650da5c9243698614a9a1416f116d4"), |
|
|
|
commit = pin_commit('508b977d71650da5c9243698614a9a1416f116d4'), |
|
|
|
config = require("doom.modules.config.doom-zen"), |
|
|
|
disable = disabled_zen, |
|
|
|
module = "true-zen", |
|
|
@ -267,7 +267,7 @@ packer.startup(function(use) |
|
|
|
local disabled_illuminate = is_plugin_disabled("illuminated") |
|
|
|
use({ |
|
|
|
"RRethy/vim-illuminate", |
|
|
|
commit = pin_commit("084b012ce5bc1bf302b69eb73562146afe0a9756"), |
|
|
|
commit = pin_commit('2beae0581caa66cf8c09fad7c7c557f92d49d2bd'), |
|
|
|
setup = function() |
|
|
|
vim.g.Illuminate_ftblacklist = { |
|
|
|
"help", |
|
|
@ -289,19 +289,19 @@ packer.startup(function(use) |
|
|
|
-----]]--------------[[----- |
|
|
|
use({ |
|
|
|
"nvim-lua/plenary.nvim", |
|
|
|
commit = pin_commit("1c31adb35fcebe921f65e5c6ff6d5481fa5fa5ac"), |
|
|
|
commit = pin_commit('1c31adb35fcebe921f65e5c6ff6d5481fa5fa5ac'), |
|
|
|
module = "plenary", |
|
|
|
}) |
|
|
|
use({ |
|
|
|
"nvim-lua/popup.nvim", |
|
|
|
commit = pin_commit("f91d80973f80025d4ed00380f2e06c669dfda49d"), |
|
|
|
commit = pin_commit('b7404d35d5d3548a82149238289fa71f7f6de4ac'), |
|
|
|
module = "popup", |
|
|
|
}) |
|
|
|
|
|
|
|
local disabled_telescope = is_plugin_disabled("telescope") |
|
|
|
use({ |
|
|
|
"nvim-telescope/telescope.nvim", |
|
|
|
commit = pin_commit("729492406ec3b545c4ecf2beadf7bd30c81e70e4"), |
|
|
|
commit = pin_commit('1c57cc6140644695f0d9bd71b63de45feeca6ae7'), |
|
|
|
cmd = "Telescope", |
|
|
|
module = "telescope", |
|
|
|
requires = { |
|
|
@ -313,7 +313,7 @@ packer.startup(function(use) |
|
|
|
}) |
|
|
|
use({ |
|
|
|
"lazytanuki/nvim-mapper", |
|
|
|
commit = pin_commit("e11e852bafa41a4a2c160fcd2d38779add423db9"), |
|
|
|
commit = pin_commit('e11e852bafa41a4a2c160fcd2d38779add423db9'), |
|
|
|
config = function() |
|
|
|
local doom_root, sep = require("doom.core.system").doom_root, require("doom.core.system").sep |
|
|
|
require("nvim-mapper").setup({ |
|
|
@ -340,7 +340,7 @@ packer.startup(function(use) |
|
|
|
local disabled_gitsigns = is_plugin_disabled("gitsigns") |
|
|
|
use({ |
|
|
|
"lewis6991/gitsigns.nvim", |
|
|
|
commit = pin_commit("bfc4543262442a336e257d2d9fac16aa1de532a9"), |
|
|
|
commit = pin_commit('95845ef39ce0a98f68cdfdcf7dd586c5e965acc7'), |
|
|
|
config = require("doom.modules.config.doom-gitsigns"), |
|
|
|
disable = disabled_gitsigns, |
|
|
|
requires = "plenary.nvim", |
|
|
@ -351,7 +351,7 @@ packer.startup(function(use) |
|
|
|
local disabled_neogit = is_plugin_disabled("neogit") |
|
|
|
use({ |
|
|
|
"TimUntersberger/neogit", |
|
|
|
commit = pin_commit("807e4a795dc6c2383b281fc27bd1bc6c197d98cd"), |
|
|
|
commit = pin_commit('ab772d21b108127ad6c703f7457c279f5817f379'), |
|
|
|
config = function() |
|
|
|
require("neogit").setup({}) |
|
|
|
end, |
|
|
@ -364,7 +364,7 @@ packer.startup(function(use) |
|
|
|
local disabled_lazygit = is_plugin_disabled("lazygit") |
|
|
|
use({ |
|
|
|
"kdheepak/lazygit.nvim", |
|
|
|
commit = pin_commit("bcd111df61abe90b133cb08ea577c02af44ca5ce"), |
|
|
|
commit = pin_commit('497ef5578e15f6c79deef1cad71adedd1c80abd4'), |
|
|
|
requires = "plenary.nvim", |
|
|
|
disable = disabled_lazygit, |
|
|
|
cmd = { "LazyGit", "LazyGitConfig" }, |
|
|
@ -377,7 +377,7 @@ packer.startup(function(use) |
|
|
|
-- Built-in LSP Config |
|
|
|
use({ |
|
|
|
"neovim/nvim-lspconfig", |
|
|
|
commit = pin_commit("4191b1fca3bafe759ae5606d19e0f0e54e9fc83b"), |
|
|
|
commit = pin_commit('1cb8583d186d28f2959eac5d74a74dc745fae099'), |
|
|
|
config = require("doom.modules.config.doom-lspconfig"), |
|
|
|
disable = disabled_lsp, |
|
|
|
}) |
|
|
@ -393,7 +393,7 @@ packer.startup(function(use) |
|
|
|
-- can be disabled to use your own completion plugin |
|
|
|
use({ |
|
|
|
"hrsh7th/nvim-cmp", |
|
|
|
commit = pin_commit("753f5b7c92da0302efffc5ce6780dffe0602bdf3"), |
|
|
|
commit = pin_commit('2e4270d02843d15510b3549354e238788ca07ca5'), |
|
|
|
wants = { "LuaSnip" }, |
|
|
|
requires = { |
|
|
|
{ |
|
|
@ -419,31 +419,31 @@ packer.startup(function(use) |
|
|
|
}) |
|
|
|
use({ |
|
|
|
"hrsh7th/cmp-nvim-lua", |
|
|
|
commit = pin_commit("d276254e7198ab7d00f117e88e223b4bd8c02d21"), |
|
|
|
commit = pin_commit('d276254e7198ab7d00f117e88e223b4bd8c02d21'), |
|
|
|
disable = disabled_lsp, |
|
|
|
after = "nvim-cmp", |
|
|
|
}) |
|
|
|
use({ |
|
|
|
"hrsh7th/cmp-nvim-lsp", |
|
|
|
commit = pin_commit("134117299ff9e34adde30a735cd8ca9cf8f3db81"), |
|
|
|
commit = pin_commit('134117299ff9e34adde30a735cd8ca9cf8f3db81'), |
|
|
|
disable = disabled_lsp, |
|
|
|
after = "nvim-cmp", |
|
|
|
}) |
|
|
|
use({ |
|
|
|
"hrsh7th/cmp-path", |
|
|
|
commit = pin_commit("98ded32b9c4d95aa95af70b9979b767f39073f0e"), |
|
|
|
commit = pin_commit('81518cf6ae29f5f0c79cd47770ae90ff5225ee13'), |
|
|
|
disable = disabled_lsp, |
|
|
|
after = "nvim-cmp", |
|
|
|
}) |
|
|
|
use({ |
|
|
|
"hrsh7th/cmp-buffer", |
|
|
|
commit = pin_commit("2d85e76c725a389b72067f86fc3c65f3868b9a59"), |
|
|
|
commit = pin_commit('a706dc69c49110038fe570e5c9c33d6d4f67015b'), |
|
|
|
disable = disabled_lsp, |
|
|
|
after = "nvim-cmp", |
|
|
|
}) |
|
|
|
use({ |
|
|
|
"saadparwaiz1/cmp_luasnip", |
|
|
|
commit = pin_commit("16832bb50e760223a403ffa3042859845dd9ef9d"), |
|
|
|
commit = pin_commit('16832bb50e760223a403ffa3042859845dd9ef9d'), |
|
|
|
disable = disabled_lsp, |
|
|
|
after = "nvim-cmp", |
|
|
|
}) |
|
|
@ -451,7 +451,7 @@ packer.startup(function(use) |
|
|
|
-- Manage Language serverss with ease. |
|
|
|
use({ |
|
|
|
"williamboman/nvim-lsp-installer", |
|
|
|
commit = pin_commit("35d4b08d60c17b79f8e16e9e66f0d7693c99d612"), |
|
|
|
commit = pin_commit('bcce5db53b966e2dbd97fc8d1bbfa7db4a405f13'), |
|
|
|
config = require("doom.modules.config.doom-lsp-installer"), |
|
|
|
disable = disabled_lsp, |
|
|
|
}) |
|
|
@ -459,7 +459,7 @@ packer.startup(function(use) |
|
|
|
-- Show function signature when you type |
|
|
|
use({ |
|
|
|
"ray-x/lsp_signature.nvim", |
|
|
|
commit = pin_commit("600111e6249bcc948e2b811ef09adf4ea84ebfc1"), |
|
|
|
commit = pin_commit('c7b2b2e14b597c077804ae201f1ec9a7dac76ad0'), |
|
|
|
config = require("doom.modules.config.doom-lsp-signature"), |
|
|
|
after = "nvim-lspconfig", |
|
|
|
event = "InsertEnter", |
|
|
@ -468,7 +468,7 @@ packer.startup(function(use) |
|
|
|
-- Setup for Lua development in Neovim |
|
|
|
use({ |
|
|
|
"folke/lua-dev.nvim", |
|
|
|
commit = pin_commit("6a7abb62af1b6a4411a3f5ea5cf0cb6b47878cc0"), |
|
|
|
commit = pin_commit('6a7abb62af1b6a4411a3f5ea5cf0cb6b47878cc0'), |
|
|
|
disable = disabled_lsp, |
|
|
|
module = "lua-dev", |
|
|
|
}) |
|
|
@ -479,14 +479,14 @@ packer.startup(function(use) |
|
|
|
local disabled_dap = is_plugin_disabled("dap") |
|
|
|
use({ |
|
|
|
"mfussenegger/nvim-dap", |
|
|
|
commit = pin_commit("1a87456d280e8e308df7983650a5ea2b5a6bfb63"), |
|
|
|
commit = pin_commit('4e8bb7ca12dc8ca6f7a500cbb4ecea185665c7f1'), |
|
|
|
disable = disabled_dap, |
|
|
|
event = "BufWinEnter", |
|
|
|
}) |
|
|
|
|
|
|
|
use({ |
|
|
|
"rcarriga/nvim-dap-ui", |
|
|
|
commit = pin_commit("649e0fee4f0b8dc6305dd29065c7623c3dc6a032"), |
|
|
|
commit = pin_commit('649e0fee4f0b8dc6305dd29065c7623c3dc6a032'), |
|
|
|
config = require("doom.modules.config.doom-dap-ui"), |
|
|
|
disable = disabled_dap, |
|
|
|
after = "nvim-dap", |
|
|
@ -494,7 +494,7 @@ packer.startup(function(use) |
|
|
|
|
|
|
|
use({ |
|
|
|
"Pocco81/DAPInstall.nvim", |
|
|
|
commit = pin_commit("dd09e9dd3a6e29f02ac171515b8a089fb82bb425"), |
|
|
|
commit = pin_commit('dd09e9dd3a6e29f02ac171515b8a089fb82bb425'), |
|
|
|
config = require("doom.modules.config.doom-dap-install"), |
|
|
|
disable = disabled_dap, |
|
|
|
after = "nvim-dap", |
|
|
@ -508,7 +508,7 @@ packer.startup(function(use) |
|
|
|
local disabled_suda = is_plugin_disabled("suda") |
|
|
|
use({ |
|
|
|
"lambdalisue/suda.vim", |
|
|
|
commit = pin_commit("0290c93c148a14eab2b661a1933003d86436f6ec"), |
|
|
|
commit = pin_commit('0290c93c148a14eab2b661a1933003d86436f6ec'), |
|
|
|
disable = disabled_suda, |
|
|
|
cmd = { "SudaRead", "SudaWrite" }, |
|
|
|
}) |
|
|
@ -518,7 +518,7 @@ packer.startup(function(use) |
|
|
|
local disabled_formatter = is_plugin_disabled("formatter") |
|
|
|
use({ |
|
|
|
"lukas-reineke/format.nvim", |
|
|
|
commit = pin_commit("c46ab8b46100e26fce4d6ce69a94d4cea8b9f4d7"), |
|
|
|
commit = pin_commit('c46ab8b46100e26fce4d6ce69a94d4cea8b9f4d7'), |
|
|
|
config = require("doom.modules.config.doom-format"), |
|
|
|
disable = disabled_formatter, |
|
|
|
cmd = { "Format", "FormatWrite" }, |
|
|
@ -528,7 +528,7 @@ packer.startup(function(use) |
|
|
|
local disabled_linter = is_plugin_disabled("linter") |
|
|
|
use({ |
|
|
|
"mfussenegger/nvim-lint", |
|
|
|
commit = pin_commit("0116b78963fd24643faa34fa1bc02f8d425a73ef"), |
|
|
|
commit = pin_commit('c3c8a247fda421b0db1f2cbf50ab4340ba0ffc61'), |
|
|
|
config = require("doom.modules.config.doom-lint"), |
|
|
|
disable = disabled_linter, |
|
|
|
module = "lint", |
|
|
@ -538,7 +538,7 @@ packer.startup(function(use) |
|
|
|
local disabled_indent_lines = is_plugin_disabled("indentlines") |
|
|
|
use({ |
|
|
|
"lukas-reineke/indent-blankline.nvim", |
|
|
|
commit = pin_commit("9f663d31d4ee0672f24cd5b26ca3863665048a25"), |
|
|
|
commit = pin_commit('caf7f61e94525bbd97e32f118efd6c0722430616'), |
|
|
|
config = require("doom.modules.config.doom-blankline"), |
|
|
|
disable = disabled_indent_lines, |
|
|
|
event = "ColorScheme", |
|
|
@ -548,7 +548,7 @@ packer.startup(function(use) |
|
|
|
local disabled_editorconfig = is_plugin_disabled("editorconfig") |
|
|
|
use({ |
|
|
|
"editorconfig/editorconfig-vim", |
|
|
|
commit = pin_commit("3078cd10b28904e57d878c0d0dab42aa0a9fdc89"), |
|
|
|
commit = pin_commit('3078cd10b28904e57d878c0d0dab42aa0a9fdc89'), |
|
|
|
disable = disabled_editorconfig, |
|
|
|
}) |
|
|
|
|
|
|
@ -557,7 +557,7 @@ packer.startup(function(use) |
|
|
|
local disabled_kommentary = is_plugin_disabled("kommentary") |
|
|
|
use({ |
|
|
|
"b3nj5m1n/kommentary", |
|
|
|
commit = pin_commit("8f1cd74ad28de7d7c4fda5d8e8557ff240904b42"), |
|
|
|
commit = pin_commit('8f1cd74ad28de7d7c4fda5d8e8557ff240904b42'), |
|
|
|
disable = disabled_kommentary, |
|
|
|
event = "BufWinEnter", |
|
|
|
}) |
|
|
@ -566,13 +566,13 @@ packer.startup(function(use) |
|
|
|
-- Lua 5.1 docs |
|
|
|
use({ |
|
|
|
"milisims/nvim-luaref", |
|
|
|
commit = pin_commit("dc40d606549db7df1a6e23efa743c90c178333d4"), |
|
|
|
commit = pin_commit('dc40d606549db7df1a6e23efa743c90c178333d4'), |
|
|
|
disable = disabled_contrib, |
|
|
|
}) |
|
|
|
-- LibUV docs |
|
|
|
use({ |
|
|
|
"nanotee/luv-vimdocs", |
|
|
|
commit = pin_commit("fb04e1088a21eefcc396d5a5299468d8742d27a2"), |
|
|
|
commit = pin_commit('fb04e1088a21eefcc396d5a5299468d8742d27a2'), |
|
|
|
disable = disabled_contrib, |
|
|
|
}) |
|
|
|
|
|
|
@ -583,7 +583,7 @@ packer.startup(function(use) |
|
|
|
local disabled_colorizer = is_plugin_disabled("colorizer") |
|
|
|
use({ |
|
|
|
"norcalli/nvim-colorizer.lua", |
|
|
|
commit = pin_commit("36c610a9717cc9ec426a07c8e6bf3b3abcb139d6"), |
|
|
|
commit = pin_commit('36c610a9717cc9ec426a07c8e6bf3b3abcb139d6'), |
|
|
|
config = require("doom.modules.config.doom-colorizer"), |
|
|
|
disable = disabled_colorizer, |
|
|
|
event = "ColorScheme", |
|
|
@ -594,7 +594,7 @@ packer.startup(function(use) |
|
|
|
local disabled_restclient = is_plugin_disabled("restclient") |
|
|
|
use({ |
|
|
|
"NTBBloodbath/rest.nvim", |
|
|
|
commit = pin_commit("759bf5b1a8cd15ecf6ecf2407a826d4be6ec3414"), |
|
|
|
commit = pin_commit('e1c34175ee0b2293e8b9c06c11f2fc63f4262918'), |
|
|
|
requires = "plenary.nvim", |
|
|
|
config = function() |
|
|
|
require("rest-nvim").setup() |
|
|
@ -606,7 +606,7 @@ packer.startup(function(use) |
|
|
|
local disabled_range_highlight = is_plugin_disabled("range-highlight") |
|
|
|
use({ |
|
|
|
"winston0410/range-highlight.nvim", |
|
|
|
commit = pin_commit("8b5e8ccb3460b2c3675f4639b9f54e64eaab36d9"), |
|
|
|
commit = pin_commit('8b5e8ccb3460b2c3675f4639b9f54e64eaab36d9'), |
|
|
|
requires = { |
|
|
|
{ "winston0410/cmd-parser.nvim", module = "cmd-parser" }, |
|
|
|
}, |
|
|
@ -620,7 +620,7 @@ packer.startup(function(use) |
|
|
|
local disabled_firenvim = is_plugin_disabled("firenvim") |
|
|
|
use({ |
|
|
|
"glacambre/firenvim", |
|
|
|
commit = pin_commit("0ff2821cc0a561ac79596f358b26674c87483efa"), |
|
|
|
commit = pin_commit('7320a805f51b4cf03de4e3b30088838d3f84adda'), |
|
|
|
disable = disabled_firenvim, |
|
|
|
run = function() |
|
|
|
vim.fn["firenvim#install"](0) |
|
|
@ -631,7 +631,7 @@ packer.startup(function(use) |
|
|
|
local disabled_todo = is_plugin_disabled("todo_comments") |
|
|
|
use({ |
|
|
|
"folke/todo-comments.nvim", |
|
|
|
commit = pin_commit("9983edc5ef38c7a035c17c85f60ee13dbd75dcc8"), |
|
|
|
commit = pin_commit('9983edc5ef38c7a035c17c85f60ee13dbd75dcc8'), |
|
|
|
requires = "nvim-lua/plenary.nvim", |
|
|
|
config = require("doom.modules.config.doom-todo"), |
|
|
|
disable = disabled_todo, |
|
|
@ -641,7 +641,7 @@ packer.startup(function(use) |
|
|
|
local disabled_trouble = is_plugin_disabled("trouble") |
|
|
|
use({ |
|
|
|
"folke/trouble.nvim", |
|
|
|
commit = pin_commit("756f09de113a775ab16ba6d26c090616b40a999d"), |
|
|
|
commit = pin_commit('756f09de113a775ab16ba6d26c090616b40a999d'), |
|
|
|
cmd = { "Trouble", "TroubleClose", "TroubleRefresh", "TroubleToggle" }, |
|
|
|
requires = "kyazdani42/nvim-web-devicons", |
|
|
|
config = require("doom.modules.config.doom-trouble"), |
|
|
@ -651,7 +651,7 @@ packer.startup(function(use) |
|
|
|
local disabled_superman = is_plugin_disabled("superman") |
|
|
|
use({ |
|
|
|
"jez/vim-superman", |
|
|
|
commit = pin_commit("19d307446576d9118625c5d9d3c7a4c9bec5571a"), |
|
|
|
commit = pin_commit('19d307446576d9118625c5d9d3c7a4c9bec5571a'), |
|
|
|
cmd = "SuperMan", |
|
|
|
disable = disabled_superman, |
|
|
|
}) |
|
|
|