using LazyVim for non-vscode scenario

This commit is contained in:
2025-04-14 20:04:07 +08:00
parent 367ebdccb0
commit b69bd64e05
18 changed files with 366 additions and 350 deletions

View File

@@ -2,7 +2,7 @@ return {
{
"yorickpeterse/nvim-window",
keys = {
{ "<leader>w", "<cmd>lua require('nvim-window').pick()<cr>", desc = "nvim-window: Jump to window" },
{ "<leader>ww", "<cmd>lua require('nvim-window').pick()<cr>", desc = "nvim-window: Jump to window" },
},
config = true,
}