summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2022-04-30feat(lsp): add vim.lsp.buf.format (#18193)Michael Lingelbach2
2022-04-30fix(handlers): more specific error messages (#16772)kylo2521
2022-04-30chore(lsp): remove capabilities sanitization (#17814)Michael Lingelbach5
2022-04-30feat(lsp): options to filter and auto-apply code actions (#18221)Fredrik Ekre2
2022-04-29feat(lsp): show feedback on empty hover response (#18308)Mathias Fußenegger1
2022-04-26fix(lsp): fix unnecessary buffers being added on empty diagnostics (#18275)ii141
2022-04-25vim-patch:8.2.4826: .cshtml files are not recognized (#18259)Christian Clason1
2022-04-23fix(lua): don't mutate opts parameter of vim.keymap.del (#18227)Andrey Mishchenko1
2022-04-22fix(treesitter): create new parser if language is not the same as cached pars...Chinmay Dalal1
2022-04-22Merge pull request #18211 from clason/update-inspectbfredl1
2022-04-21docs(lua): explain and link to lua patterns (#18206)Christian Clason1
2022-04-21chore: update inspect.lua to 3.1.3Christian Clason1
2022-04-21docs: vim.keymap.set can specify buffer as an optionatusy1
2022-04-20Merge pull request #18185 from clason/vim-8.2.4781Christian Clason1
2022-04-20fix(lsp): unify progress message handling (#18040)runiq2
2022-04-20fix(diagnostic): use nvim_exec_autocmds to trigger DiagnosticChanged (#18188)Gregory Anders1
2022-04-20vim-patch:8.2.4793: recognizing Maxima filetype even though it might be anotherChristian Clason1
2022-04-20vim-patch:8.2.4790: lilypond filetype not recognized (#18174)Christian Clason1
2022-04-17vim-patch:8.2.4778: pacman files use dosini filetype (#18152)Christian Clason1
2022-04-17vim-patch:8.2.4767: openscad files are not recognized (#18138)Christian Clason1
2022-04-17fix(paste): ignore mappings in Cmdline mode (#18114)Eden Zhang1
2022-04-15docs: typo fixes (#17859)dundargoc1
2022-04-15fix(lsp): fix lookup of boolean values in workspace/configuration (#18026)Fredrik Ekre2
2022-04-13vim-patch:8.2.4746: supercollider filetype not recognized (#18102)Christian Clason1
2022-04-11fix(lsp): pass offset_encoding in formatexpr() (#18084)Tony Fettes1
2022-04-11vim-patch:8.2.4733: HEEx and Surface do need a separate filetypezeertzjq1
2022-04-10vim-patch:8.2.4729: HEEx and Surface templates do not need a separate filetyp...Christian Clason1
2022-04-09vim-patch:8.2.4721: cooklang files are not recognized (#18058)Christian Clason1
2022-04-09vim-patch:8.2.4720: ABB Rapid files are not recognized properly (#18057)Christian Clason1
2022-04-09vim-patch:8.2.4715: Vagrantfile not recognized (#18052)Christian Clason1
2022-04-07vim-patch:8.2.4708: PHP test files are not recognized (#18025)Christian Clason1
2022-04-07vim-patch:8.2.4701: Kuka Robot Language files not recognized (#18012)Christian Clason1
2022-04-02vim-patch:8.2.4664: Elvish files are not recognized (#17963)Christian Clason1
2022-04-01fix(keymap): don't coerce false to ''Lewis Russell1
2022-04-01Merge pull request #17842 from lewis6991/keymapbfredl1
2022-03-31vim-patch:8.2.4658: org-mode files are not recognized (#17939)Christian Clason1
2022-03-31feat(runtime): add query filetype (#17905)Christian Clason1
2022-03-30feat(treesitter): add more default groups to highlight map (#17835)Gregory Anders1
2022-03-30docs(lsp): remove outdated offset_encoding default value for apply_text_editsAndrea Cappuccio1
2022-03-28fix(lsp): use "text" filetype for plaintext (#17898)Jaehwang Jung1
2022-03-27fix(diagnostic): make `open_float` respect global diagnostic options (#17879)Smitesh Patil1
2022-03-25fix(filetype.lua): always return a string in getline helper function (#17852)Jared Weakly1
2022-03-24feat: add vim.tbl_get (#17831)Michael Lingelbach1
2022-03-24feat(keymap): return nil from an expr keymapLewis Russell1
2022-03-20Merge pull request #17776 from bfredl/tsconcealbfredl1
2022-03-20fix(lsp): set tabSize from 'shiftwidth', not 'softtabstop' (#17787)Tim Pope1
2022-03-20feat(ui): allow conceal to be defined in decorationsbfredl1
2022-03-17chore: fix typos (#17670)dundargoc3
2022-03-15vim-patch:8.2.4571: not all gdb files are recognized (#17727)Jade Lovelace1
2022-03-15fix(paste): escape control characters in Cmdline modezeertzjq1