aboutsummaryrefslogtreecommitdiffstats
path: root/lua/config/packer.lua
diff options
context:
space:
mode:
authorphajw <dscr@duck.com>2023-10-09 09:56:25 -0400
committerphajw <dscr@duck.com>2023-10-09 09:56:25 -0400
commit284387dc4896fb226848cd2e49f568f329585fc2 (patch)
tree2a6bfa5e30d6e15df6c42456f649c3bb51ee1265 /lua/config/packer.lua
parent367836c01323c22cd3fa07bc88f5195014a2cf52 (diff)
downloadneovim-284387dc4896fb226848cd2e49f568f329585fc2.tar.gz
neovim-284387dc4896fb226848cd2e49f568f329585fc2.zip
Change theme
Diffstat (limited to '')
-rw-r--r--lua/config/packer.lua18
1 files changed, 11 insertions, 7 deletions
diff --git a/lua/config/packer.lua b/lua/config/packer.lua
index 99af8d4..6469f40 100644
--- a/lua/config/packer.lua
+++ b/lua/config/packer.lua
@@ -11,6 +11,10 @@ return require('packer').startup(function(use)
11 use 'jose-elias-alvarez/null-ls.nvim' 11 use 'jose-elias-alvarez/null-ls.nvim'
12 use 'windwp/nvim-ts-autotag' 12 use 'windwp/nvim-ts-autotag'
13 use 'mfussenegger/nvim-dap' 13 use 'mfussenegger/nvim-dap'
14 use({
15 'glepnir/zephyr-nvim',
16 requires = { 'nvim-treesitter/nvim-treesitter', opt = true },
17 })
14 use 'mxsdev/nvim-dap-vscode-js' 18 use 'mxsdev/nvim-dap-vscode-js'
15 use { "rcarriga/nvim-dap-ui", requires = {"mfussenegger/nvim-dap"} } 19 use { "rcarriga/nvim-dap-ui", requires = {"mfussenegger/nvim-dap"} }
16 use { 20 use {
@@ -32,13 +36,13 @@ return require('packer').startup(function(use)
32 { 'rafamadriz/friendly-snippets' }, 36 { 'rafamadriz/friendly-snippets' },
33 } 37 }
34 } 38 }
35use({ 39 use({
36 "L3MON4D3/LuaSnip", 40 "L3MON4D3/LuaSnip",
37 -- follow latest release. 41 -- follow latest release.
38 tag = "v2.*", -- Replace <CurrentMajor> by the latest released major (first number of latest release) 42 tag = "v2.*", -- Replace <CurrentMajor> by the latest released major (first number of latest release)
39 -- install jsregexp (optional!:). 43 -- install jsregexp (optional!:).
40 run = "make install_jsregexp" 44 run = "make install_jsregexp"
41}) 45 })
42 use { 46 use {
43 'numToStr/Comment.nvim', 47 'numToStr/Comment.nvim',
44 config = function() 48 config = function()