summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2022-08-18docs(lsp): remove lsp.buf_request from docs (#19738)Mathias Fußenegger1
2022-08-17docs(lsp): rename on-list-handler to lsp-on-list-handler (#19813)Jonas Strittmatter1
2022-08-14docs(lua): clarify vim.keymap.set() opts (#19761)Antoine Cotten1
2022-08-13vim-patch:9.0.0197: astro files are not detected (#19755)Christian Clason1
2022-08-13vim-patch:9.0.0195: metafun files are not recogized (#19746)Christian Clason1
2022-08-12fix(lsp): fix nil value error in get_group (#19735)Mathias Fußenegger1
2022-08-11fix(lsp): handle nil client in onexit callback (#19722)Mathias Fußenegger1
2022-08-11fix(lsp): avoid pipe leaks if lsp cmd isn't executable (#19717)Mathias Fußenegger1
2022-08-11fix(lsp): fix some type annotations in lsp.rpc (#19714)Mathias Fußenegger1
2022-08-10vim-patch:9.0.0182: quarto files are not recognized (#19702)Jonas Strittmatter1
2022-08-09fix(lsp): handle multiple clients with incremental sync (#19658)Mathias Fußenegger1
2022-08-09vim-patch:partial: 48c3f4e0bff7 (#19684)Christian Clason1
2022-08-08docs(lua): add Lua 5.1 reference manual (#19663)dundargoc1
2022-08-08feat(lsp): set formatexpr by default (#19677)Mathias Fußenegger1
2022-08-08fix(lsp): set end_col in formatexpr (#19676)Mathias Fußenegger2
2022-08-08feat(lsp): disable exit_timeout by default (#19672)Mathias Fußenegger1
2022-08-05fix(lsp): avoid ^M character in hover window on Windows (#19640)Cai.MY1
2022-08-03fix(lsp): prevent unexpected position jumps (#19370)rhcher1
2022-08-03docs: fix typos (#19588)dundargoc2
2022-08-02test: improve mapping tests and docs (#19619)zeertzjq1
2022-08-01fix(lsp): send didOpen if name changes on write (#19583)Mathias Fußenegger1
2022-08-01feat(api): add replace_keycodes to nvim_set_keymap (#19598)ii141
2022-08-01Use Strings instead of Tables in vim.filetype.matchregex Doc (#19604)LaurenceWarne1
2022-07-31docs: fix typos (#19024)dundargoc1
2022-07-28docs(lsp): use direct link to formattingOptions in format docs (#19558)Mathias Fußenegger1
2022-07-28feat(lsp): add range option to code_action; deprecate range_code_action (#19551)Mathias Fußenegger2
2022-07-27feat(lsp): provide feedback if server can't compute rename result (#19546)Mathias Fußenegger1
2022-07-27fix(lsp): set workspace.configuration capability (#19548)Mathias Fußenegger1
2022-07-27vim-patch:9.0.0093: sway config files are recognized as i3config (#19545)Christian Clason1
2022-07-27vim-patch:9.0.0088: pattern for detecting bitbake files is not sufficient (#1...Gregory Anders1
2022-07-26vim-patch:9.0.0084: using "terraform" filetype for .tfvars file is bad (#19526)Christian Clason1
2022-07-26vim-patch:9.0.0073: too many files recognized as bsdl (#19504)Christian Clason1
2022-07-25feat(lsp): allow passing custom list handler to LSP functions that return lis...Dalius Dobravolskas2
2022-07-20feat(lua): allow vim.cmd to be indexed (#19238)Lewis Russell1
2022-07-19docs: fix vim.filetype.add by avoiding quotes (#19433)Javier Lopez1
2022-07-17fix: add group in autocmd api #19412Raphael1
2022-07-17fix(lua): double entries in :lua completion #19410ii141
2022-07-17refactor(lsp): use autocmd api (#19407)ii142
2022-07-17fix(lsp): move augroup define to if statement (#19406)Raphael1
2022-07-17vim-patch:9.0.0055 (#19392)Gregory Anders2
2022-07-17feat(defaults): mouse=nvi #19290matveyt1
2022-07-15refactor: use `local api = vim.api`ii145
2022-07-15refactor: use npcall from vim.Fii141
2022-07-15refactor(lsp): make the use of local aliases more consistentii147
2022-07-14fix(treesitter): don't error when node argument of predicate is nil (#19355)Stephan Seitz1
2022-07-12fix(lsp): account for initializing servers in vim.lsp.start (#19329)Nicolas Hillegeer1
2022-07-11fix(lsp): don't attach a client in lsp.start() if there is none (#19328)Nicolas Hillegeer1
2022-07-11fix(lsp): abort pending changes after flush when debouncing (#19314)Rishikesh Vaishnav1
2022-07-10feat(lsp): defaults: tagfunc, omnifunc (#19003)Mathias Fußenegger1
2022-07-10fix(lsp): pcall nvim_del_augroup_by_name (#19302)Christian Clason1