Merge branch 'master' of git.beefslab.com:michael/nvim-config
This commit is contained in:
commit
c6588bbd6b
@ -2,7 +2,7 @@
|
||||
vim.api.nvim_create_user_command('Black', 'call Black()', {})
|
||||
|
||||
-- Insert IPDB statement
|
||||
vim.api.nvim_create_user_command('IPDB', 'norm oimport ipdb; ipdb.set_trace() # fmt:skip', {})
|
||||
vim.api.nvim_create_user_command('PDB', 'norm oimport pdb; pdb.set_trace() # fmt:skip', {})
|
||||
|
||||
local function gitblame_toggle_summary()
|
||||
local normal = '<author> • <date>'
|
||||
|
Loading…
Reference in New Issue
Block a user