mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-07 09:35:37 -08:00
some variety on macbook
This commit is contained in:
@@ -2,6 +2,15 @@ return {
|
||||
{
|
||||
'folke/trouble.nvim',
|
||||
opts = {
|
||||
use_diagnostic_signs = true,
|
||||
signs = {
|
||||
-- icons / text used for a diagnostic
|
||||
error = '',
|
||||
warning = '',
|
||||
hint = '',
|
||||
information = '',
|
||||
other = '',
|
||||
},
|
||||
modes = {
|
||||
test = {
|
||||
mode = 'diagnostics',
|
||||
|
||||
Reference in New Issue
Block a user