diff options
| author | Latif Sulistyo <[email protected]> | 2023-01-15 15:46:16 +0700 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-15 09:46:16 +0100 | 
| commit | 4b77c9c87fc3ec500c43c4ec9ed3e94abdbab1f7 (patch) | |
| tree | 55c2192df17823d0189b9d4465f644befa8e1f60 | |
| parent | ea9b648a52de652a972471083f1e1d67f03305fa (diff) | |
chore(plugins): change devicons repo owner to nvim-tree
| -rw-r--r-- | lua/lvim/plugins.lua | 2 | ||||
| -rw-r--r-- | snapshots/default.json | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index 50d203b3..e1341398 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -177,7 +177,7 @@ local core_plugins = {    -- Icons    { -    "kyazdani42/nvim-web-devicons", +    "nvim-tree/nvim-web-devicons",      enabled = lvim.use_icons,    }, diff --git a/snapshots/default.json b/snapshots/default.json index a68bd5d6..53cec6e3 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -90,7 +90,7 @@      "commit": "4a42b30"    },    "nvim-web-devicons": { -    "commit": "05e1072" +    "commit": "6c38926"    },    "onedarker.nvim": {      "commit": "b00dd21"  | 
