diff options
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/plugins/other.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/pml68/plugins/other.lua b/lua/pml68/plugins/other.lua index cf7a888..d415f0b 100644 --- a/lua/pml68/plugins/other.lua +++ b/lua/pml68/plugins/other.lua @@ -9,6 +9,9 @@ return { lazy = false, }, { + "artemave/workspace-diagnostics.nvim", + }, + { "lukas-reineke/indent-blankline.nvim", main = "ibl", event = { "BufReadPost", "BufNewFile" }, |
