diff --git a/modules/home-manager/vim/config/lua/plugins/ui/icons.lua b/modules/home-manager/vim/config/lua/plugins/ui/icons.lua new file mode 100644 index 0000000..dfef8fc --- /dev/null +++ b/modules/home-manager/vim/config/lua/plugins/ui/icons.lua @@ -0,0 +1,10 @@ +return { + "rachartier/tiny-devicons-auto-colors.nvim", + dependencies = { + "nvim-tree/nvim-web-devicons", + }, + event = "VeryLazy", + config = function() + require("tiny-devicons-auto-colors").setup() + end, +} diff --git a/modules/home-manager/vim/lazy-lock.json b/modules/home-manager/vim/lazy-lock.json index 034ad15..5836478 100644 --- a/modules/home-manager/vim/lazy-lock.json +++ b/modules/home-manager/vim/lazy-lock.json @@ -60,6 +60,7 @@ "telescope-dap.nvim": { "branch": "master", "commit": "8c88d9716c91eaef1cdea13cb9390d8ef447dbfe" }, "telescope-fzf-native.nvim": { "branch": "main", "commit": "9ef21b2e6bb6ebeaf349a0781745549bbb870d27" }, "telescope.nvim": { "branch": "master", "commit": "0c12735d5aff6a48ffd8111bf144dc2ff44e5975" }, + "tiny-devicons-auto-colors.nvim": { "branch": "main", "commit": "2458373ef22b7bd29c247ca39058b430a23b3758" }, "toggleterm.nvim": { "branch": "main", "commit": "fee58a0473fd92b28c34f8f724e4918b15ba30a3" }, "treesj": { "branch": "main", "commit": "e1e82ab4237619d342c7102c9f13d4b9833bfd39" }, "vim-dadbod": { "branch": "master", "commit": "37523ffe0849b51db07fa7f48430c2aca5420a0e" },