diff options
author | kylo252 <[email protected]> | 2021-10-21 07:42:28 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-21 07:42:28 +0200 |
commit | 25747cfff457d5375b6141588d81017ca515ffcb (patch) | |
tree | de3600a58335600fc1a77233f01b300adc0ffacb /lua/lvim/plugins.lua | |
parent | 03e5760e59b5dd420956908b6f8b57c33f70f2cd (diff) |
[Feature] use structlog and notify.nvim (#1737)
Co-authored-by: Luc Sinet <[email protected]>
Diffstat (limited to 'lua/lvim/plugins.lua')
-rw-r--r-- | lua/lvim/plugins.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 88cd7ad4..f1c1dd1f 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -8,6 +8,8 @@ return { { "williamboman/nvim-lsp-installer", }, + { "rcarriga/nvim-notify" }, + { "Tastyep/structlog.nvim" }, { "nvim-lua/popup.nvim" }, { "nvim-lua/plenary.nvim" }, |