start using ergodox in nvim

This commit is contained in:
Felix Van der Jeugt 2018-01-04 17:44:35 +01:00
parent f81c279b7e
commit 8e436aa855
No known key found for this signature in database
GPG Key ID: 58B209295023754D
3 changed files with 1616 additions and 6 deletions

View File

@ -31,12 +31,6 @@ set listchars=tab:·\ ,trail:·
" display tabs with a leading \cdot
" trailing whitespace looks like \cdot
" Movement keys
nnoremap <Up> <NOP>
nnoremap <Down> <NOP>
nnoremap <Left> <NOP>
nnoremap <Right> <NOP>
" Not too much folding
set foldlevelstart=3

File diff suppressed because it is too large Load Diff

2
local/bin/ergodox Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
teensy_loader_cli -mmcu=atmega32u4 -w -v $1