tweak c/cpp cmake menu icon

This commit is contained in:
Gered 2024-10-07 20:52:17 -04:00
parent c4b95a906d
commit 8390904ff2

View file

@ -66,7 +66,7 @@ function get_default_menu()
if helper.in_cmake_project() then
table.insert(menu, 1, {
name = ' CMake Actions',
name = '󰙲 CMake Actions',
hl = 'ExBlue',
items = get_cmake_menu(),
rtxt = '<leader>c',