diff --git a/after/plugin/remap.lua b/after/plugin/remap.lua index 7ce8d62e..94c78bd7 100644 --- a/after/plugin/remap.lua +++ b/after/plugin/remap.lua @@ -8,7 +8,7 @@ end -- Save map("n", "w", "update") -map("n", "", "q") +map("n", "q", "q") -- Quit -- Exit insert mode diff --git a/lua/custom/plugins/trouble.lua b/lua/custom/plugins/trouble.lua index b1f067ff..4c656324 100644 --- a/lua/custom/plugins/trouble.lua +++ b/lua/custom/plugins/trouble.lua @@ -32,6 +32,6 @@ return { -- your configuration comes here -- or leave it empty to use the default settings -- refer to the configuration section below - use_diagnostic_signs = false, + use_diagnostic_signs = true, }, }