| Age | Commit message (Collapse) | Author |
|
|
|
|
|
* set highlight groups via nvim_set_hl
* define autocommands via nvim_create_autocmd
* port plugin/nvim-treesitter.vim to Lua
* port healthcheck to Lua
|
|
|
|
|
|
Co-authored-by: Kiyan <yazdani.kiyan@protonmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_node_at_line should return appropriate child if available
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Indent size should equal shiftwidth, unless shiftwidth is 0 in which
case tabstop should be used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
also fixes the memoize_by_buf_tick function
|
|
|