mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 07:23:17 -09:00
fix trouble.nvim icon pop-up (finally)
This commit is contained in:
parent
1778694f46
commit
74672fc9b3
@ -1,3 +1,8 @@
|
||||
require("trouble").setup {
|
||||
icons = false,
|
||||
use_diagnostic_signs = true,
|
||||
}
|
||||
|
||||
vim.keymap.set("n", "<leader>xx", ":TroubleToggle<cr>",
|
||||
{ silent = true, noremap = true }
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user