Skip to content

Commit

Permalink
run set nofoldenable on startup #146
Browse files Browse the repository at this point in the history
  • Loading branch information
lunixbochs committed Jul 1, 2018
1 parent 91f7a6d commit cf1513f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions neo.py
Expand Up @@ -153,6 +153,9 @@ def _setup(self):
# hidden buffers allow us to multiplex them
self.nv.options['hidden'] = True

# folds aren't implemented
self.cmd('set nofoldenable')

rpc_id = self.nv.channel_id
# set up buffer read/write commands
cmd = 'autocmd {{}} * :call rpcrequest({}, "{{}}", expand("<abuf>"), expand("<afile>"))'.format(rpc_id)
Expand Down

0 comments on commit cf1513f

Please sign in to comment.