dm9pZCAq baee7ff330 config/nvim: tree-sitter: add crazy-node-movement plugin 1 місяць тому
..
fnl baee7ff330 config/nvim: tree-sitter: add crazy-node-movement plugin 1 місяць тому
snippets 78dde96810 config/nvim: plug: snip: add support for snippet files 1 місяць тому
.gitignore 96f10f7263 config/nvim: massive update 3 місяців тому
Makefile 96f10f7263 config/nvim: massive update 3 місяців тому
README.md 37f6dafc5e config/nvim: README.md: update nvim version 3 місяців тому
init b3bdbd2bd5 config/nvim: move from moonscript to fennel 2 роки тому
init.fnl 96f10f7263 config/nvim: massive update 3 місяців тому

README.md

nvim

required nvim >= 0.10.0 and fennel

building?

compiling / interpreting fennel at runtime

this will create needed init.lua

make fnl

compiling to lua

this will create needed init.lua and compile all fennel files inside fnl/ to lua and put it to lua/ directory

make lua