refactor: remove devicons dependency

This commit is contained in:
Oliver Ladner 2024-09-04 15:04:01 +02:00
commit 2e21667bfa
3 changed files with 13 additions and 19 deletions

View file

@ -4,9 +4,6 @@ return {
"stevearc/oil.nvim",
lazy = true,
cmd = "Oil",
dependencies = {
"nvim-tree/nvim-web-devicons",
},
config = function()
local oil = require("oil")
oil.setup({

View file

@ -3,9 +3,6 @@
-- https://github.com/folke/trouble.nvim
return {
"folke/trouble.nvim",
dependencies = {
"nvim-tree/nvim-web-devicons",
},
lazy = false,
keys = {
-- TODO: add more keymaps