Skip to content

Commit

Permalink
add colortils and hcl icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni committed Jun 11, 2024
1 parent e66fa3c commit 09eda3d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .config/nvim/lua/plugins/look-and-feel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ local M = {
-----------
-- other --
-----------
{
'max397574/colortils.nvim',
cmd = 'Colortils',
opts = {},
},
{
'dstein64/vim-startuptime',
cmd = 'Startup Time (:StartupTime)',
Expand Down
9 changes: 9 additions & 0 deletions .config/nvim/lua/plugins/tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,15 @@ M.config = function()
return SORT_METHODS[sort_current]
end

require('nvim-web-devicons').set_icon {
hcl = {
icon = '',
color = '#7182D0',
cterm_color = '93',
name = 'HCL',
},
}

nvim_tree.setup {
live_filter = {
prefix = '[FILTER]: ',
Expand Down

0 comments on commit 09eda3d

Please sign in to comment.