From e1dd4d8f20a304545c1acc301d097c16506b2c90 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Wed, 11 Jan 2023 23:19:33 -0500 Subject: Finish removing nvim-tree. Add a couple of themes and a script to install them for the xfce4 terminal --- init.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 13a7c46..2b73fe7 100644 --- a/init.lua +++ b/init.lua @@ -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'}) -- cgit v1.2.3