Skip to content

How to setup vim configurations only for vimcoder? #16

Open
@huntzhan

Description

@huntzhan

The solution is to consider whether or not such settings should actually be global; if they should be global, change setlocal to set in your vimrc file. Alternatively, if you want certain settings to be set only for certain kinds of buffers, you can use the autocmd command to selectively set settings according to file path pattern and various events. See :help autocmd for more information.

First of all, thanks for your amazing vim plugin!

I've installed jiangmiao/auto-pairs for auto-completing braces, but for some reason, maybe the reason you discussed on README, the plugin doesn't work in vimcoder. I want to make a quick fix by writing something as follow:

if run in vimcoder:
  inoremap { {<CR>}<Esc>ko
endif

So, here's the problem. It's there a way to test vimcoder is running?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions