statusbar and lsp

This commit is contained in:
2025-12-19 13:14:54 +08:00
parent 8cf62da159
commit b928bcc39b
5 changed files with 54 additions and 5 deletions

View File

@ -1,6 +1,6 @@
vim9script
const g:which_key_map = {
g:which_key_map = {
f: {
name: 'File',
o: ['Poplar', 'open'],
@ -8,7 +8,6 @@ const g:which_key_map = {
},
v: {
name: 'View',
f: ["NERDTreeToggle", "nerdtree"]
}
}