aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
...
| * feat(lsp): show active clients in :checkhealth vim.lsp (#21670)Mathias Fußenegger2023-01-08
| * fix(lsp): partially revert semantic token gravity change from #21574 (#21680)jdrouhard2023-01-08
| * fix(editorconfig): do not highlight unknown properties as errors (#21673)Gregory Anders2023-01-07
| * refactor(editorconfig)!: change editorconfig_enable to editorconfigGregory Anders2023-01-07
| * feat(editorconfig): allow editorconfig to be toggled dynamicallyGregory Anders2023-01-07
| * feat(lua): store "nvim -l" scriptname in _G.arg[0]Justin M. Keyes2023-01-07
| * fix(lsp): correct callHierarchy capability to fix lsp.buf.incoming_calls() (#...2023-01-06
| * feat(lua): execute stdin ("-") as LuaJustin M. Keyes2023-01-05
| * feat(lua): send "--" literally to Lua "-l" scriptJustin M. Keyes2023-01-05
| * feat(lua)!: execute Lua with "nvim -l"Justin M. Keyes2023-01-05
| * dist: generated version of ccomplete.vim (#21623)TJ DeVries2023-01-05
| * docs(lua): adjust some type annotationsnotomo2023-01-04
| * docs: fix typos (#21427)dundargoc2023-01-04
| * Merge pull request #21633 from gpanders/editorconfigGregory Anders2023-01-03
| |\
| | * docs(editorconfig): add editorconfig.txtGregory Anders2023-01-03
| | * docs(editorconfig): update news.txtGregory Anders2023-01-03
| | * feat(editorconfig): add editorconfig syntax fileGregory Anders2023-01-03
| | * feat(editorconfig): add builtin EditorConfig supportGregory Anders2023-01-03
| * | fix(fs): duplicate path separator #21509Eric Haynes2023-01-03
| |/
| * fix(diagnostic): revert notification on missing diagnostics (#21632)Gregory Anders2023-01-03
| * fix(lsp): change vim.lsp.get_active_clients.filter name annotation to string ...Christian Segundo2023-01-03
| * feat!: remove hardcopyLewis Russell2023-01-03
| * refactor(diagnostic): DRY for loop #21521Raphael2023-01-03
| * docs(manual): fix treesitter parsing errorsChristian Clason2023-01-01
| * docs(luvref): fix treesitter parsing errorsChristian Clason2023-01-01
| * docs(lua): fix treesitter parsing errorsChristian Clason2023-01-01
| * docs(api): fix treesitter parsing errorsChristian Clason2023-01-01
| * docs: fix treesitter parsing errorsChristian Clason2023-01-01
| * vim-patch:partial:f1dcd14fc5d4 (#21602)Christian Clason2023-01-01
| * Merge pull request #21597 from gi1242/tex-ft-detectionzeertzjq2023-01-01
| |\
| | * fix(filetype): correctly detect tex filesGautam Iyer2022-12-31
| * | feat(lsp): add function to clear codelens (#21504)Mathias Fußenegger2022-12-31
| * | feat(tui): graduate the +tui featurebfredl2022-12-31
| * | fix(tui): more work in the TUIbfredl2022-12-31
| * | feat(tui): run TUI as external processhlpr982022-12-31
| |/
| * feat(diagnostic): don't open quickfix/loclist if no diagnostics #21397李晓辉2022-12-30
| * docs: clarify line about converse of lua-heredoc (#21592)Sean2022-12-30
| * fix(lsp): fix nil client access in get_active_clients (#21524)Raphael2022-12-30
| * fix(lsp): adjust gravity of semantic tokens extmarks (#21574)jdrouhard2022-12-30
| * chore: forward-port changes from v0.8.2 releasebfredl2022-12-29
| * build: fix help tags generation when SHELL=fish (#21562)figsoda2022-12-29
| * docs: fix order of numbers in syntax.txt (#21581)Ryan Mehri2022-12-29
| * feat(highlight): add DiagnosticOk (and associated) highlight groups (#21286)Oliver Marriott2022-12-28
| * vim-patch:9.0.1106: not all postfix files are recognized (#21568)Christian Clason2022-12-28
| * docs(lua): add `vim.json` (#21538)Christian Clason2022-12-27
| * vim-patch:9.0.1103: jq files are not recognized (#21545)Christian Clason2022-12-26
| * vim-patch:9.0.1061: cannot display 'showcmd' somewhere elseLuuk van Baal2022-12-26
| * vim-patch:9.0.1090: FHIR Shorthand files are not recognized (#21515)Christian Clason2022-12-23
| * Merge pull request #21402 from lewis6991/feat/fs_lsLewis Russell2022-12-22
| |\
| | * feat(fs): add opts argument to vim.fs.dir()Lewis Russell2022-12-20