aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua
Commit message (Expand)AuthorAge
* lintchentau2021-01-26
* lua: complete methods in metatablesBjörn Linse2021-01-26
* Don't show entire context when completingTony Chen2021-01-26
* feat: add completion to ':lua'TJ DeVries2021-01-26
* Missing argument for package.loadlib()matveyt2021-01-22
* api: add vim.version (#13762)Michael Lingelbach2021-01-18
* runtime: propagate lua parsing errors while using "require"dm1try2020-12-10
* executor: use new nlua_ name patternBjörn Linse2020-12-01
* startup: add init.lua as an alternative user config, fixes #7895dm1try2020-12-01
* fix(treesitter): allow ranges in set_included_rangesThomas Vigouroux2020-11-23
* treesitter: refactor some thingsThomas Vigouroux2020-11-23
* fix: NULL segfaults brought to you by @vigouxTJ DeVries2020-11-18
* lsp: vim.lsp.diagnostic (#12655)TJ DeVries2020-11-12
* Removed restricted mode - Fix #11972georg3tom2020-11-11
* Merge pull request #13227 from bfredl/earlyinspectBjörn Linse2020-11-05
|\
| * lua: make vim.inspect available early so it can be used for path debuggingBjörn Linse2020-11-05
* | treesitter: separate tree and parserThomas Vigouroux2020-11-04
|/
* startup: handle autoload and lua packages during startupBjörn Linse2020-11-02
* Merge pull request #12870 from bfredl/themeparkBjörn Linse2020-11-01
|\
| * api: add API for themesBjörn Linse2020-11-01
* | Merge pull request #13192 from bfredl/nodeidBjörn Linse2020-11-01
|\ \
| * | treesitter: add node:id()Björn Linse2020-11-01
| |/
* | treesitter: fix wrong string formattingThomas Vigouroux2020-11-01
* | tree-sitter: error out when parsing failsThomas Vigouroux2020-11-01
|/
* treesitter: allow custom parser for highlighterThomas Vigouroux2020-10-12
* api: multiple decoration providers at onceBjörn Linse2020-10-10
* treesitter: check language ABI version on loadThomas Vigouroux2020-10-08
* lua: vim.wait allows control of fast events (#13053)TJ DeVries2020-10-06
* treesitter: add string parser (#13008)Thomas Vigouroux2020-09-30
* lua: cleanup naming conventions of executor functionsBjörn Linse2020-09-10
* treesitter: use new on_bytes interfaceBjörn Linse2020-09-09
* treesitter: add node:field() to get field childrenThomas Vigouroux2020-09-01
* treesitter: allow to iterate over node childrenThomas Vigouroux2020-08-31
* lua: add vim.register_keystroke_callback (#12536)TJ DeVries2020-08-14
* fix: runtimepath always updates lua package.pathTJ DeVries2020-08-10
* Merge pull request #12653 from erw7/fix-build-freebsd-ciJames McCoy2020-07-20
|\
| * build: Fix build failure with CI in FreeBSDerw72020-07-20
* | lua: Fix crash on unprotected lua errors (#12658)TJ DeVries2020-07-19
|/
* lua: Add ability to pass tables with __callTJ DeVries2020-07-10
* lua: Add ability to pass lua functions directly to vimLTJ DeVries2020-07-10
* treesitter: call bufload before parsing (#12603)Thomas Vigouroux2020-07-10
* doc: mention that defer_fn applies schedule_wrap (#12601)Christian Clason2020-07-07
* lua: add options to highlight.on_yank (#12549)Christian Clason2020-07-05
* doc: fix scripts and regenerate (#12506)TJ DeVries2020-07-02
* treesitter: use single nodes in set_rangesThomas Vigouroux2020-06-29
* treesitter: fix lintThomas Vigouroux2020-06-29
* treesitter: use nodes to mark rangesThomas Vigouroux2020-06-29
* treesitter: fix some clint errorsThomas Vigouroux2020-06-29
* treesitter: test newly added set_included_rangesThomas Vigouroux2020-06-29
* treesitter: add set_included_ranges to the parserThomas Vigouroux2020-06-29