neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: better janet DX

- add `nvim-parinfer`
- add more ftplugin configs for janet

+6
+5
after/ftplugin/janet.vim
··· 1 + " mostly copied from https://github.com/janet-lang/janet.vim/blob/67075b190a44310df356137e35cc1949782b20e0/ftplugin/janet.vim 2 + 3 + setlocal comments=n:# 1 4 setlocal commentstring=#\ %s 5 + setlocal define=\\v[(/]def(ault)@!\\S* 6 + setlocal formatoptions-=t 2 7 setlocal lisp 3 8 setlocal tabstop=2
+1
rocks.toml
··· 100 100 "zeta.nvim"= "rocksdev" 101 101 tree-sitter-janet_simple = "0.0.33" 102 102 tree-sitter-scheme = "0.0.31" 103 + nvim-parinfer = "1.2.0" 103 104 104 105 # [plugins."xcodebuild.nvim"] 105 106 # git = "wojciech-kulik/xcodebuild.nvim"