From 284387dc4896fb226848cd2e49f568f329585fc2 Mon Sep 17 00:00:00 2001 From: phajw Date: Mon, 9 Oct 2023 09:56:25 -0400 Subject: Change theme --- lua/config/packer.lua | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'lua/config/packer.lua') 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) use 'jose-elias-alvarez/null-ls.nvim' use 'windwp/nvim-ts-autotag' use 'mfussenegger/nvim-dap' + use({ + 'glepnir/zephyr-nvim', + requires = { 'nvim-treesitter/nvim-treesitter', opt = true }, + }) use 'mxsdev/nvim-dap-vscode-js' use { "rcarriga/nvim-dap-ui", requires = {"mfussenegger/nvim-dap"} } use { @@ -32,13 +36,13 @@ return require('packer').startup(function(use) { 'rafamadriz/friendly-snippets' }, } } -use({ - "L3MON4D3/LuaSnip", - -- follow latest release. - tag = "v2.*", -- Replace by the latest released major (first number of latest release) - -- install jsregexp (optional!:). - run = "make install_jsregexp" -}) + use({ + "L3MON4D3/LuaSnip", + -- follow latest release. + tag = "v2.*", -- Replace by the latest released major (first number of latest release) + -- install jsregexp (optional!:). + run = "make install_jsregexp" + }) use { 'numToStr/Comment.nvim', config = function() -- cgit v1.2.3