diff options
Diffstat (limited to 'lua/plugins/editor.lua')
| -rw-r--r-- | lua/plugins/editor.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index ac60690..df46fd0 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -8,7 +8,7 @@ return {    -- change trouble config    -- {    --   "folke/trouble.nvim", -  --   config = { use_diagnostic_signs = true }, +  --   opts = { use_diagnostic_signs = true },    -- },    -- add symbols-outline  | 
