diff options
Diffstat (limited to 'lua/user/pack.lua')
| -rw-r--r-- | lua/user/pack.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/user/pack.lua b/lua/user/pack.lua index fc5fb4a..39941c8 100644 --- a/lua/user/pack.lua +++ b/lua/user/pack.lua @@ -308,7 +308,8 @@ return packer.startup(function(use) use({ 'j-hui/fidget.nvim', tag = 'legacy', - }) -- UI to show nvim-lsp progress + }) -- UI to show nvim-lsp progress + use('metakirby5/codi.vim') use({ 'simrat39/symbols-outline.nvim', -- config = function() |
