neoclide / coc-pairs

Basic auto pairs extension of coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lua block in vim filetype adds backslashes

nomasprime opened this issue · comments

Editing init.vim:

lua <<EOF
require'nvim-treesitter.configs'.setup {
  ensure_installed = "all",
  highlight = {
    enable = true,
  },
  test = {
      \
      \ }
  indent = {
    enable = true,
  },
}
EOF

Should have \.

We don't have filetype context support yet.

coc-pairs doesn't remap your <CR>, should be issue with coc.nvim.