update navigator icon

master
blob42 10 months ago
parent 46729ff2a5
commit c69f0a0b5b

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

Loading…
Cancel
Save