chore(nvim): autopairs bs map and harpoon and tpipeline fix

This commit is contained in:
2024-05-01 18:52:16 +01:00
parent eb7a612dbc
commit 970179400d
6 changed files with 139 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ local npairs = require('nvim-autopairs')
npairs.setup({
map_cr = true,
map_bs = false,
map_bs = true,
check_ts = true,
enable_check_bracket_line = true,
ignored_next_char = "[%w]"