first commit
This commit is contained in:
10
profiles/desktop/.config/nvim/lua/plugins/nvim-autopairs.lua
Normal file
10
profiles/desktop/.config/nvim/lua/plugins/nvim-autopairs.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
'windwp/nvim-autopairs',
|
||||
event = 'InsertEnter',
|
||||
opts = {
|
||||
disable_filetype = { 'TelescopePrompt', 'spectre_panel', 'snacks_picker_input', 'vim' },
|
||||
enable_afterquote = false,
|
||||
enable_bracket_in_quote = false,
|
||||
ignored_next_char = '[%w%.]', -- will ignore alphanumeric and `.` symbol
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user