mirror of
https://github.com/runyanjake/dotfiles.git
synced 2025-10-04 21:57:30 -07:00
Disable Avante, add java language server.
This commit is contained in:
parent
640de62432
commit
f8ffceb119
@ -54,6 +54,7 @@ Alternatively you can copy to the `+` or `*` register (`"`` + `+` + `y` ) and p
|
||||
|
||||
### Avante
|
||||
Reference: https://github.com/yetone/avante.nvim/blob/main/lua/avante/config.lua
|
||||
Remember that the sidebar is toggleable using `LEADER + a + a`.
|
||||
|
||||
## Shortcut Reference
|
||||
`<LEADER>` key is space key. I don't see a need to change it for me.
|
||||
|
3
lazyvim/lua/plugins-disabled/README.md
Normal file
3
lazyvim/lua/plugins-disabled/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Disabled plugins folder.
|
||||
Plugins are loaded by lazy.lua, by scanning the lua/plugins folder.
|
||||
Move unused items to this folder.
|
@ -2,6 +2,7 @@
|
||||
return {
|
||||
{
|
||||
"yetone/avante.nvim",
|
||||
enabled = false,
|
||||
event = "VeryLazy",
|
||||
lazy = false,
|
||||
version = false, -- set this if you want to always pull the latest change
|
@ -21,4 +21,8 @@ return {
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"nvim-java/nvim-java",
|
||||
opts = {},
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user