aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua
Commit message (Expand)AuthorAge
* ts: Add language version to vim.treesitter (#14255)TJ DeVries2021-03-30
* chore(ts): show grammar that triggers the errorMatthieu Coudron2021-03-16
* Merge pull request #13875 from smolck/vim_fn_error_on_apiBjörn Linse2021-03-09
|\
| * Fix unused varargsmolck2021-02-06
| * remove extra line, remove () in errorsmolck2021-02-04
| * vim.fn: throw error when trying to use API functionsmolck2021-02-03
* | fix(notify): Expected 3 arguments error (#13905)notomo2021-02-09
* | Merge pull request #13843 from teto/notif_providerMatthieu Coudron2021-02-08
|\ \ | |/ |/|
| * feat: adds vim.notifyMatthieu Coudron2021-01-31
* | Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
|/
* 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