chore(nvim): cleaned config a bit
This commit is contained in:
parent
03221ba08f
commit
b74e37b304
8 changed files with 83 additions and 197 deletions
|
@ -3,7 +3,7 @@ local npairs = require('nvim-autopairs')
|
|||
|
||||
npairs.setup({
|
||||
map_cr = true,
|
||||
map_bs = true,
|
||||
map_bs = false,
|
||||
check_ts = true,
|
||||
enable_check_bracket_line = true,
|
||||
ignored_next_char = "[%w]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue