tangled
alpha
login
or
join now
boltless.me
/
nvim_rocks
neovim configuration using rocks.nvim plugin manager
0
fork
atom
overview
issues
pulls
pipelines
feat: toggle parinfer locally using `<cr>` keymap
Seongmin Lee
8 months ago
0d1edaec
c2ed6458
options
unified
split
Changed files
+4
after
ftplugin
janet.vim
+4
after/ftplugin/janet.vim
···
6
6
setlocal formatoptions-=t
7
7
setlocal lisp
8
8
setlocal tabstop=2
9
9
+
10
10
+
" HACK: dirty hack to make :ParinferToggle work on every state
11
11
+
let b:parinfer_enabled=1
12
12
+
nnoremap <buffer> <cr> <cmd>ParinferToggle<cr>