update navigator icon

master
blob42 10 months ago
parent 46729ff2a5
commit c69f0a0b5b

@ -116,9 +116,11 @@ local config = {
diagnostic_head_description = ' ',
diagnostic_virtual_text = '',
diagnostic_file = '🚑',
-- Values
--
value_changed = '',
value_definition = '', -- it is easier to see than 🦕
value_definition = ':', -- it is easier to see than 🦕
side_panel = {
section_separator = '',
line_num_left = '',
@ -130,10 +132,10 @@ local config = {
},
-- Treesitter
match_kinds = {
var = '',
method = 'ƒ ',
['function'] = '',
parameter = '',
var = '',
method = 'ƒ ',
['function'] = '',
parameter = '',
associated = '',
namespace = '',
type = '',

Loading…
Cancel
Save