プラグインを書く How to write plugin.
1. プラグインファイルを置く How to place a plugin file.
@$HOME/.config/nvim/plugin/myplgin.vim
2. Makefile How to write a make file.
@$HOME/.config/nvim/Makefile
all: lua/myplugin.lua
lua/%.lua: fnl/%.fnl
fennel --compile $< > $@
3. Make
@$HOME/.config/nvim
:make | luafile lua/myplugin.lua
Reference
Plugins
syntax
native fennel support
transpile and path setting
Macro Libraries
Dotfiles
using aniseed
-
-
-
-
- all writen in fennel and all file will be compiled.
-
-
using hotpot
Plugin for s-expressions
(a (b ...)) -> (a) (b ...)
(a) (b) -> (a b)
(a (b)) -> (b)
-
-
- ⭐ 161 (Im not using)
- auto right-bracket complication and indentation