Add debugging, keymaps for tests and which-key

This commit is contained in:
Zam Kokott
2025-12-04 08:49:57 +00:00
parent 6d7b993478
commit 6073938c44
5 changed files with 150 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ return {
python = { 'dmypy' }
}
vim.api.nvim_create_autocmd({ "BufEnter", "BufWritePost", "TextChanged", "InsertLeave" }, {
vim.api.nvim_create_autocmd({ "BufEnter", "BufWritePost", "InsertLeave" }, {
callback = function()
-- try_lint without arguments runs the linters defined in `linters_by_ft`
-- for the current filetype