This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rachel, | |
Clyde, | |
Domi, | |
Dave, | |
Fin, | |
Bella, | |
Antoni, | |
Thomas, | |
Emily, | |
Elli, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
===================================================================== | |
==================== READ THIS BEFORE CONTINUING ==================== | |
===================================================================== | |
Kickstart.nvim is *not* a distribution. | |
Kickstart.nvim is a template for your own configuration. | |
The goal is that you can read every line of code, top-to-bottom, understand |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IShowSpeed | |
Sonic (Sonic CD, TortoiseTTS) | |
Norm | |
Merg | |
Kevin Spencer Narrator | |
Cobra Bubbles | |
Aunt Grandma | |
Eduardo | |
Thomas (Leokimvideo) | |
Diego |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ishowspeed | |
sonic-cd | |
norm-pf | |
merg | |
kevin-spencer-narrator | |
cobra-bubbles | |
aunt-grandma | |
eduardo | |
thomas-leokimvideo | |
diego |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00 | |
1080 | |
10commandments | |
12345 | |
17buckethacks | |
1999 | |
1billion | |
1killagain | |
1minsilence | |
1to10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"flag" | |
"fmt" | |
"strings" | |
"github.com/alwindoss/morse" | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
noremap ,g :!go run ./%<cr> | |
noremap ,t :!make test<cr> | |
setlocal omnifunc=v:lua.vim.lsp.omnifunc | |
compiler go | |
nnoremap <buffer> <space> :silent make <bar> redraw!<CR> | |
" noremap ,G :w!\|!go run --gcflags "-m=2" ./%<cr> | |
" noremap <localleader>g :w!\|!go run ./%<cr> | |
" noremap ,g :w!\|!go build; ./main<cr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
noremap ,g :!go run ./%<cr> | |
noremap ,t :!make test<cr> | |
setlocal omnifunc=v:lua.vim.lsp.omnifunc | |
compiler go | |
nnoremap <buffer> <space> :silent make <bar> redraw!<CR> | |
" noremap ,G :w!\|!go run --gcflags "-m=2" ./%<cr> | |
" noremap <localleader>g :w!\|!go run ./%<cr> | |
" noremap ,g :w!\|!go build; ./main<cr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
noremap ,g :!go run ./%<cr> | |
noremap ,t :!make test<cr> | |
setlocal omnifunc=v:lua.vim.lsp.omnifunc | |
compiler go | |
nnoremap <buffer> <space> :silent make <bar> redraw!<CR> | |
" noremap ,G :w!\|!go run --gcflags "-m=2" ./%<cr> | |
" noremap <localleader>g :w!\|!go run ./%<cr> | |
" noremap ,g :w!\|!go build; ./main<cr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
noremap ,g :!go run ./%<cr> | |
noremap ,t :!make test<cr> | |
setlocal omnifunc=v:lua.vim.lsp.omnifunc | |
compiler go | |
nnoremap <buffer> <space> :silent make <bar> redraw!<CR> | |
" noremap ,G :w!\|!go run --gcflags "-m=2" ./%<cr> | |
" noremap <localleader>g :w!\|!go run ./%<cr> | |
" noremap ,g :w!\|!go build; ./main<cr> |
NewerOlder