Skip to content

Instantly share code, notes, and snippets.

View nhooyr's full-sized avatar

Quinn Rivenwell nhooyr

View GitHub Profile
@nhooyr
nhooyr / init.vim
Created January 3, 2017 11:15
dsasadsa
" dein {{{
let s:dein_base = '~/.local/share/nvim/dein'
let s:dein_repo = s:dein_base.'/repos/github.com/Shougo/dein.vim'
if empty(glob(s:dein_repo, 1))
execute 'silent !git clone --branch vimproc https://github.com/Shougo/dein.vim' s:dein_repo
endif
execute 'set runtimepath^='.s:dein_repo
if dein#load_state(s:dein_base)
call dein#begin(s:dein_base)
@nhooyr
nhooyr / init.vim
Created January 3, 2017 11:15
lmao
" dein {{{
let s:dein_base = '~/.local/share/nvim/dein'
let s:dein_repo = s:dein_base.'/repos/github.com/Shougo/dein.vim'
if empty(glob(s:dein_repo, 1))
execute 'silent !git clone --branch vimproc https://github.com/Shougo/dein.vim' s:dein_repo
endif
execute 'set runtimepath^='.s:dein_repo
if dein#load_state(s:dein_base)
call dein#begin(s:dein_base)
times in msec
clock self+sourced self: sourced script
clock elapsed: other lines
000.040 000.040: --- NVIM STARTING ---
000.584 000.544: locale set
001.253 000.669: inits 1
001.280 000.027: window checked
@nhooyr
nhooyr / init.vim
Last active January 1, 2017 12:58
if dein#load_state('~/.local/share/dein')
call dein#begin('~/.local/share/dein')
" TODO CUSTOM KEYBINDINGS FOR DIRECTORY SELECTION AND STUFF
" TODO MAGIT
" TODO neomake/async linting engine
call dein#add('Shougo/dein.vim')
call dein#add('Shougo/denite.nvim')
call dein#add('Shougo/deoplete.nvim')
call dein#add('Shougo/neco-vim')
call dein#add('Shougo/neosnippet.vim')
times in msec
clock self+sourced self: sourced script
clock elapsed: other lines
000.049 000.049: --- NVIM STARTING ---
000.632 000.583: locale set
001.442 000.810: inits 1
001.461 000.019: window checked
times in msec
clock self+sourced self: sourced script
clock elapsed: other lines
000.040 000.040: --- NVIM STARTING ---
000.570 000.530: locale set
001.219 000.649: inits 1
001.235 000.017: window checked
[dein] Update started: (2016/12/31 20:49:30)
[dein] Error deleting directory: /Users/nhooyr/.cache/dein/.cache/init.vim/temp/72463
[dein] Vim(call):E16: Invalid range
[dein] function <SNR>73_job_handler_neovim[1]..<SNR>73_job_handler[15]..<SNR>73_install_async[9]..<SNR>73_done[7]..dein#install#_recache_runtimepath[7]..<SNR>73_clear_runtimepath[26]..dein#install#_rm, li
ne 7
[dein] Error deleting directory: /Users/nhooyr/.cache/dein/.cache/init.vim/temp/75770
[dein] Vim(call):E16: Invalid range
[dein] function <SNR>73_job_handler_neovim[1]..<SNR>73_job_handler[15]..<SNR>73_install_async[9]..<SNR>73_done[7]..dein#install#_recache_runtimepath[7]..<SNR>73_clear_runtimepath[26]..dein#install#_rm, li
ne 7
[dein] Error deleting directory: /Users/nhooyr/.cache/dein/.cache/init.vim/temp/76022
function! man#highlight_backspaced_text() abort
set modifiable
let b = nvim_get_current_buf()
while 1
let pos = searchpos('\%(.\b.\)\+')
if pos[0] == 0
break
endif
let pos[0] -= 1
let pos[1] -= 1
function! man#highlight_backspaced_text() abort
set modifiable
let b = nvim_get_current_buf()
while 1
let pos = searchpos('\%(.\b.\)\+')
if pos[0] == 0
break
endif
let pos[0] -= 1
let pos[1] -= 1
This file has been truncated, but you can view the full file.
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for i386-apple-darwin11.3.0
Reading makefiles...
Reading makefile `Makefile'...
Reading makefile `.alias_registry.debug.d' (search path) (don't care) (no ~ expansion)...