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/editor.lua | 2 +- lua/config/packer.lua | 18 +++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/lua/config/editor.lua b/lua/config/editor.lua index 3db21d6..efc5c3e 100644 --- a/lua/config/editor.lua +++ b/lua/config/editor.lua @@ -29,7 +29,7 @@ option.clipboard = "unnamedplus"; option.termguicolors = true; -- Setup Editor Theme - vim.cmd.colorscheme("gruvbox") + vim.cmd.colorscheme("zephyr") vim.cmd([[ highlight GitGutterAdd ctermbg=none highlight GitGutterAdd guibg=none 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