1
0
Fork 0

Nvim configuration.

This commit is contained in:
Arthur Khachaturov 2023-12-01 19:05:24 +03:00
parent 8577646177
commit bb8a0eaec7
10 changed files with 61 additions and 37 deletions

View file

@ -0,0 +1,4 @@
require('nvim-autopairs').setup({
disable_filetype = { "TelescopePrompt" , "vim" },
enable_check_bracket_line = false,
})