aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-05-28 22:20:24 +0200
committerpml68 <tutorialmester@gmail.com>2024-05-28 22:20:24 +0200
commit4bf3fda061a459b5953d454ee977f992f189bd80 (patch)
tree5677e543a2ecde6b8ccd1eaf3089d8e8d106701e /lua
parentfeat: switch from netrw to oil.nvim (diff)
downloadnvim-4bf3fda061a459b5953d454ee977f992f189bd80.tar.gz
feat: remove nvim-web-devicons
Diffstat (limited to '')
-rw-r--r--lua/pml68/plugins.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua
index 2eec022..10a6945 100644
--- a/lua/pml68/plugins.lua
+++ b/lua/pml68/plugins.lua
@@ -3,10 +3,8 @@ local plugins = {
{
"stevearc/oil.nvim",
cmd = "Oil",
- dependencies = { "nvim-tree/nvim-web-devicons" },
config = function()
require("oil").setup({
- columns = { "icon" },
keymaps = {
["<C-h>"] = false,
},