Andrew Burgess

Results 10 comments of Andrew Burgess

I use Startify.vim, so I added the following to that plugin's `VimEnter` call: ```vim function! s:explore() sleep 350m call execute('CocCommand explorer') endfunction ``` (the sleep is needed to ensure explorer...

@weirongxu I tried adding `autocmd User CocExplorerOpenPost call opened_explorer()` to init.vim, but I get an error: `Unknown function: 1_opened_explorer` and I still get the missing sources error if I remove...

same issue for me on 10.8.5

for me I see the save and restore messages, but restoring only yields the same as if I made a new Tmux session without restoring

Hmm… I tried restarting the app, even reinstalling and copying again but still don’t see the mixin output unless in dev mode. What build number are you using?

@fedeci here you go: app.beta = true app.launchOnStartup = true autocomplete.devCompletionsFolder = "/Users/axburgess/.fig/user/autocomplete/build" autocomplete.developerMode = false autocomplete.developerModeNPM = false autocomplete.developerModeNPMInvalidateCache = false autocomplete.disable = false autocomplete.firstTokenCompletion = true autocomplete.scrollWrapAround =...

I'm trying to use `&swap` on an encoder and can't seem to get it to fire although it compiles fine... any ideas?

f you're using the latest version, unzip, then open a terminal window and cd to the unzipped directory, then type ./app.sh. This application is a bash shell script

@ddvk have you looked into the 3.x changes yet to know where contributions might help?

I'm having an issue where the right side won't work on battery. What was the problem with yours?