diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-10-24 22:28:55 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-10-24 22:28:55 +0200 |
| commit | 467f06fd58b1be64023241cd6a138b9c81baf96e (patch) | |
| tree | f83ab40a8c1f7a786ae989bea132a32a82f00ace /lua | |
| parent | abecafec9de0e2e522194b403b4e963ffeb124be (diff) | |
| download | dotfiles-467f06fd58b1be64023241cd6a138b9c81baf96e.tar.gz dotfiles-467f06fd58b1be64023241cd6a138b9c81baf96e.zip | |
Install ribru17/bamboo
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/user/pack.lua | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/lua/user/pack.lua b/lua/user/pack.lua index 6997eb7..2a56e19 100644 --- a/lua/user/pack.lua +++ b/lua/user/pack.lua @@ -252,15 +252,8 @@ return packer.startup(function(use) use('NTBBloodbath/doom-one.nvim') use('nyngwang/nvimgelion') use('projekt0n/github-nvim-theme') - use({ - 'folke/tokyonight.nvim', - config = function() - require('tokyonight').setup({ - transparent = true, - dim_inactive = false, - }) - end, - }) + use('folke/tokyonight.nvim') + use('ribru17/bamboo.nvim') -- UI use('kyazdani42/nvim-web-devicons') -- |
