refactor: remove devicons dependency
This commit is contained in:
parent
a57678d59a
commit
2e21667bfa
3 changed files with 13 additions and 19 deletions
|
|
@ -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({
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue