diff --git a/README.md b/README.md index 8ce141b..7cccd0d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ - debugger interface with `nvim-dap-ui` - `hlchunk.nvim` used for highlighting current scope - `veil` as a dashboard and startpage -- `chadtree` for file tree view +- `nvim-tree` for file tree view - `lsp-zero` as a language server setup, simply briliant @@ -45,7 +45,7 @@ It should pull Lazy.nvim itself, and also all of the plugins. Run :Mason to inst ![image](pictures/hlchunks.png) ### File tree -![image](pictures/chadtree.png) +![image](pictures/nvimtree.png) ### Language Server ![image](pictures/lsp-cmp.png) diff --git a/pictures/chadtree.png b/pictures/chadtree.png deleted file mode 100644 index f4c862d..0000000 Binary files a/pictures/chadtree.png and /dev/null differ diff --git a/pictures/nvimtree.png b/pictures/nvimtree.png new file mode 100644 index 0000000..0de3202 Binary files /dev/null and b/pictures/nvimtree.png differ