summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/lua
AgeCommit message (Expand)AuthorFiles
2021-05-19lua: use proper conversion of vim.g valuesBjörn Linse2
2021-05-10lua: use WarningMsg for vim.notify() warnings (#14508)Shadman1
2021-05-01docs: Treesitter (#13260)TJ DeVries1
2021-04-22lua: make vim.cmd an alias of vim.api.nvim_exec() (#14401)Shadman1
2021-04-13Merge pull request #14318 from chentau/extmark_luadoBjörn Linse1
2021-04-12extmark: splice extmarks on :luadochentau1
2021-04-07Merge pull request #14200 from teto/treesitter-checkhealthMarco Hinz1
2021-04-06feat(ts): include parser ABI version in checkhealthThomas Vigouroux1
2021-04-03test/lsp: disable tracking in LSP tests (here be dragons)Björn Linse1
2021-04-03luaref: simplify handling of table callables and fix leak in vim.fn.call(table)Björn Linse3
2021-04-03luaref: fix leaks for global luarefsBjörn Linse1
2021-04-03lua: track reference ownership with ASAN when presentBjörn Linse2
2021-04-02Merge pull request #14039 from theHamsta/fix-field-introspectionThomas Vigouroux1
2021-03-30ts: Add language version to vim.treesitter (#14255)TJ DeVries2
2021-03-23Fix(treesitter): Make treesitter.inspect_lang include last field nameStephan Seitz1
2021-03-16chore(ts): show grammar that triggers the errorMatthieu Coudron1
2021-03-09Merge pull request #13875 from smolck/vim_fn_error_on_apiBjörn Linse1
2021-02-09fix(notify): Expected 3 arguments error (#13905)notomo1
2021-02-08Merge pull request #13843 from teto/notif_providerMatthieu Coudron1
2021-02-06Fix unused varargsmolck1
2021-02-04remove extra line, remove () in errorsmolck1
2021-02-03vim.fn: throw error when trying to use API functionsmolck1
2021-01-31Use abort() instead of assert(false) for things that should never happenJames McCoy1
2021-01-31feat: adds vim.notifyMatthieu Coudron1
2021-01-26lintchentau1
2021-01-26lua: complete methods in metatablesBjörn Linse1
2021-01-26Don't show entire context when completingTony Chen2
2021-01-26feat: add completion to ':lua'TJ DeVries2
2021-01-22Missing argument for package.loadlib()matveyt1
2021-01-18api: add vim.version (#13762)Michael Lingelbach1
2020-12-10runtime: propagate lua parsing errors while using "require"dm1try1
2020-12-01executor: use new nlua_ name patternBjörn Linse1
2020-12-01startup: add init.lua as an alternative user config, fixes #7895dm1try1
2020-11-23fix(treesitter): allow ranges in set_included_rangesThomas Vigouroux1
2020-11-23treesitter: refactor some thingsThomas Vigouroux1
2020-11-18fix: NULL segfaults brought to you by @vigouxTJ DeVries1
2020-11-12lsp: vim.lsp.diagnostic (#12655)TJ DeVries1
2020-11-11Removed restricted mode - Fix #11972georg3tom1
2020-11-05Merge pull request #13227 from bfredl/earlyinspectBjörn Linse2
2020-11-05lua: make vim.inspect available early so it can be used for path debuggingBjörn Linse2
2020-11-04treesitter: separate tree and parserThomas Vigouroux1
2020-11-02startup: handle autoload and lua packages during startupBjörn Linse2
2020-11-01Merge pull request #12870 from bfredl/themeparkBjörn Linse1
2020-11-01api: add API for themesBjörn Linse1
2020-11-01Merge pull request #13192 from bfredl/nodeidBjörn Linse1
2020-11-01treesitter: fix wrong string formattingThomas Vigouroux1
2020-11-01treesitter: add node:id()Björn Linse1
2020-11-01tree-sitter: error out when parsing failsThomas Vigouroux1
2020-10-12treesitter: allow custom parser for highlighterThomas Vigouroux1
2020-10-10api: multiple decoration providers at onceBjörn Linse1