fix: change name to neotree in README

This commit is contained in:
Fabio Lenherr 2023-02-23 23:46:54 +01:00
parent 78d87dd61f
commit 4f7af7c88e
4 changed files with 2 additions and 8 deletions

View file

@ -12,7 +12,7 @@
| F9 | continue from breakpoint |
| F10 | close debug UI |
## Nerd Tree
## Neo-Tree
| key | Description |
| --- | ------------------------- |
| f |toggle open |

View file

@ -39,7 +39,6 @@
"nvim-dap": { "branch": "master", "commit": "fd291e970aa7c46ba2c49448f7d2c94cc7828f4e" },
"nvim-dap-ui": { "branch": "master", "commit": "bdb94e3853d11b5ce98ec182e5a3719d5c0ef6fd" },
"nvim-dap-virtual-text": { "branch": "master", "commit": "8db23ea51203b5f00ad107a0cef7e0b2d7a0476c" },
"nvim-dap-vscode-js": { "branch": "main", "commit": "e7c05495934a658c8aa10afd995dacd796f76091" },
"nvim-highlight-colors": { "branch": "main", "commit": "af051bfe2971fc888d21cdfc59f5444904353b43" },
"nvim-jdtls": { "branch": "master", "commit": "8fe3be1c08ab0bb55f2998fbc02f1a08f87a44bc" },
"nvim-lspconfig": { "branch": "master", "commit": "69e2fe3d638566a812c39bc4ea1980f7b833e2fc" },

View file

@ -1,8 +1,4 @@
return {
{
"mxsdev/nvim-dap-vscode-js",
build = "npm install --legacy-peer-deps && npm run compile",
},
{
"mfussenegger/nvim-dap",
lazy = true,