diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-11 23:19:33 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-11 23:19:33 -0500 |
| commit | e1dd4d8f20a304545c1acc301d097c16506b2c90 (patch) | |
| tree | 111a2e2e31a8775db64e72a6c36f980a4ece6867 /init.lua | |
| parent | 45a09b825a99a031f940e7fa2dc48fc271b4f1c2 (diff) | |
| download | nvim-config-e1dd4d8f20a304545c1acc301d097c16506b2c90.tar.gz nvim-config-e1dd4d8f20a304545c1acc301d097c16506b2c90.tar.xz | |
Finish removing nvim-tree. Add a couple of themes and a script to install them for the xfce4 terminal
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -35,8 +35,15 @@ require('packer').startup(function(use) requires = { {'nvim-lua/plenary.nvim'} } } + -- Themes + use 'shaunsingh/nord.nvim' + use { "catppuccin/nvim", as = "catppuccin" } + + use { "olivertaylor/vacme" } + + use('nvim-treesitter/nvim-treesitter', {run = ':TSUpdate'}) |
