From 287b7d3b79a5fb1c0e0c74eb4f8f539dcf353c85 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 13 Aug 2023 01:24:16 +0900 Subject: feat(colors): add palette switcher --- fnl/nvrc/pack.fnl | 1 + 1 file changed, 1 insertion(+) (limited to 'fnl/nvrc/pack.fnl') diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl index a934b71..68961e9 100644 --- a/fnl/nvrc/pack.fnl +++ b/fnl/nvrc/pack.fnl @@ -5,6 +5,7 @@ (pack! :rktjmp/hotpot.nvim) (pack! :nanotech/jellybeans.vim {:config "require('nvrc.colors').apply('jellybeans')"}) +(pack! :kvrohit/rasmus.nvim) (pack! :nvim-treesitter/nvim-treesitter {:req :treesitter :requires [(pack :nvim-treesitter/nvim-treesitter-refactor {:after :nvim-treesitter}) (pack :nvim-treesitter/nvim-treesitter-textobjects {:after :nvim-treesitter})]}) -- cgit 1.4.1