fix: change name to neotree in README
This commit is contained in:
parent
78d87dd61f
commit
4f7af7c88e
4 changed files with 2 additions and 8 deletions
|
|
@ -11,5 +11,4 @@ XDG_CURRENT_DESKTOP=wlr
|
||||||
GPG_TTY=$(tty)
|
GPG_TTY=$(tty)
|
||||||
PATH=$PATH:$HOME/.local/bin
|
PATH=$PATH:$HOME/.local/bin
|
||||||
TEXMFHOME=$HOME/.texmf
|
TEXMFHOME=$HOME/.texmf
|
||||||
JAVA_HOME="/usr/lib/jvm/java-17-openjdk/bin/"
|
PATH=/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:$PATH
|
||||||
PATH=$JAVA_HOME/bin:$PATH
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
| F9 | continue from breakpoint |
|
| F9 | continue from breakpoint |
|
||||||
| F10 | close debug UI |
|
| F10 | close debug UI |
|
||||||
|
|
||||||
## Nerd Tree
|
## Neo-Tree
|
||||||
| key | Description |
|
| key | Description |
|
||||||
| --- | ------------------------- |
|
| --- | ------------------------- |
|
||||||
| f |toggle open |
|
| f |toggle open |
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,6 @@
|
||||||
"nvim-dap": { "branch": "master", "commit": "fd291e970aa7c46ba2c49448f7d2c94cc7828f4e" },
|
"nvim-dap": { "branch": "master", "commit": "fd291e970aa7c46ba2c49448f7d2c94cc7828f4e" },
|
||||||
"nvim-dap-ui": { "branch": "master", "commit": "bdb94e3853d11b5ce98ec182e5a3719d5c0ef6fd" },
|
"nvim-dap-ui": { "branch": "master", "commit": "bdb94e3853d11b5ce98ec182e5a3719d5c0ef6fd" },
|
||||||
"nvim-dap-virtual-text": { "branch": "master", "commit": "8db23ea51203b5f00ad107a0cef7e0b2d7a0476c" },
|
"nvim-dap-virtual-text": { "branch": "master", "commit": "8db23ea51203b5f00ad107a0cef7e0b2d7a0476c" },
|
||||||
"nvim-dap-vscode-js": { "branch": "main", "commit": "e7c05495934a658c8aa10afd995dacd796f76091" },
|
|
||||||
"nvim-highlight-colors": { "branch": "main", "commit": "af051bfe2971fc888d21cdfc59f5444904353b43" },
|
"nvim-highlight-colors": { "branch": "main", "commit": "af051bfe2971fc888d21cdfc59f5444904353b43" },
|
||||||
"nvim-jdtls": { "branch": "master", "commit": "8fe3be1c08ab0bb55f2998fbc02f1a08f87a44bc" },
|
"nvim-jdtls": { "branch": "master", "commit": "8fe3be1c08ab0bb55f2998fbc02f1a08f87a44bc" },
|
||||||
"nvim-lspconfig": { "branch": "master", "commit": "69e2fe3d638566a812c39bc4ea1980f7b833e2fc" },
|
"nvim-lspconfig": { "branch": "master", "commit": "69e2fe3d638566a812c39bc4ea1980f7b833e2fc" },
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,4 @@
|
||||||
return {
|
return {
|
||||||
{
|
|
||||||
"mxsdev/nvim-dap-vscode-js",
|
|
||||||
build = "npm install --legacy-peer-deps && npm run compile",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"mfussenegger/nvim-dap",
|
"mfussenegger/nvim-dap",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue