diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-05-28 22:20:24 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-05-28 22:20:24 +0200 |
| commit | 4bf3fda061a459b5953d454ee977f992f189bd80 (patch) | |
| tree | 5677e543a2ecde6b8ccd1eaf3089d8e8d106701e /lua | |
| parent | feat: switch from netrw to oil.nvim (diff) | |
| download | nvim-4bf3fda061a459b5953d454ee977f992f189bd80.tar.gz | |
feat: remove nvim-web-devicons
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/pml68/plugins.lua | 2 |
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, }, |
