Skip to content

Commit

Permalink
feat: add zenmode and change from gor pro to reg
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriel Perkins committed Mar 25, 2024
1 parent b3ba813 commit a28c7dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
20 changes: 4 additions & 16 deletions .config/nvim/lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -139,23 +139,11 @@ local plugs = {
"nvim-telescope/telescope.nvim"
},
config = true
},
-- Lua
{
"folke/zen-mode.nvim",
}

-- Other Optionals
-- 'vim-airline/vim-airline-themes',
-- 'mfussenegger/nvim-dap'
-- {
-- 'darrikonn/vim-gofmt'
-- run = ':GoUpdateBinaries'
-- }
-- {
-- 'rose-pine/neovim',
-- name = 'rose-pine',
-- init = function()
-- vim.cmd.colorscheme('rose-pine')
-- end
-- }

}

-- can add opts to .setup(plugs)
Expand Down
2 changes: 1 addition & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ brew "gcc"
brew "git"
brew "gnupg"
brew "go"
brew "goreleaser-pro"
brew "goreleaser"
brew "hugo"
brew "helm"
brew "jq"
Expand Down

0 comments on commit a28c7dd

Please sign in to comment.