comfortable, but python not formatting
This commit is contained in:
parent
f15af9b8be
commit
fc4c1c2612
24 changed files with 754 additions and 548 deletions
11
after/plugin/which-key.lua
Normal file
11
after/plugin/which-key.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
-- document existing key chains
|
||||
require('which-key').register({
|
||||
--[[ ['<leader>c'] = { name = '[C]ode', _ = 'which_key_ignore' },
|
||||
['<leader>d'] = { name = '[D]ocument', _ = 'which_key_ignore' },
|
||||
['<leader>g'] = { name = '[G]it', _ = 'which_key_ignore' },
|
||||
['<leader>h'] = { name = 'More git', _ = 'which_key_ignore' },
|
||||
['<leader>r'] = { name = '[R]ename', _ = 'which_key_ignore' },
|
||||
['<leader>s'] = { name = '[S]earch', _ = 'which_key_ignore' }, ]]
|
||||
['<leader>w'] = { name = '[W]orkspace', _ = 'which_key_ignore' },
|
||||
})
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue