about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-08-13 01:24:16 +0900
committersefidel <contact@sefidel.net>2023-08-13 01:24:23 +0900
commit287b7d3b79a5fb1c0e0c74eb4f8f539dcf353c85 (patch)
tree00d42e72c44430b3052ed0b34f6ec419658404f8 /fnl/nvrc/pack.fnl
parent7559586b90ca100abb607b2f0aa68beb420665b4 (diff)
downloadnvimrc-287b7d3b79a5fb1c0e0c74eb4f8f539dcf353c85.tar.gz
nvimrc-287b7d3b79a5fb1c0e0c74eb4f8f539dcf353c85.zip
feat(colors): add palette switcher
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl1
1 files changed, 1 insertions, 0 deletions
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})]})