aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* docs(tui): rename term.txt, nvim_terminal_emulator.txt #30398Justin M. Keyes2024-09-18
| | | | | | | | | | | | Problem: It has long been a convention that references to the builtin terminal UI should mention "tui", not "term", in order to avoid ambiguity vs the builtin `:terminal` feature. The final step was to rename term.txt; let's that step. Solution: - rename term.txt => tui.txt - rename nvim_terminal_emulator.txt => terminal.txt - `gen_help_html.lua`: generate redirects for renamed pages.
* docs: remove mentions of scan-builddundargoc2024-04-17
| | | | | These same checks are already checked by the clang-analyzer job, so this duplication is not necessary.
* docs: small fixes (#26448)dundargoc2023-12-19
| | | | Co-authored-by: Gregory Anders <8965202+gpanders@users.noreply.github.com> Co-authored-by: Jordan Mandel <jordan.mandel@live.com>
* docs: add installation and build guides from wiki to repodundargoc2023-12-13
|
* build: remove PVSdundargoc2023-11-12
| | | | | | | We already have an extensive suite of static analysis tools we use, which causes a fair bit of redundancy as we get duplicate warnings. PVS is also prone to give false warnings which creates a lot of work to identify and disable.
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
| | | | followup to #24109 fix #16150
* docs: naming conventions, guidelinesJustin M. Keyes2023-02-22
| | | | close #21063
* docs: remove the test badge from the README (#22350)dundargoc2023-02-21
| | | | | Tests are flaky, and a failure doesn't necessarily impart useful information. Furthermore, we don't need to link to the tests as it's just as easy to reach it from the Actions tab.
* docs(README): fix CI status badge (#22308)zeertzjq2023-02-18
| | | | Use test.yml and link to that workflow, as build.yml is mostly only for checking CMake files.
* ci: split ci.yml into a test workflow and a build test workflow (#22302)dundargoc2023-02-18
| | | | | Having a workflow that only builds neovim without running all of the tests is a cheap way to test the build still works without burning too much CI time.
* docs: readme cleanupJustin M. Keyes2023-01-02
| | | | | | | - try to make the CI badge more reliable - remove "snap" badge, it's too specific and doesn't show stats - remove twitter link because it's already linked from https://github.com/neovim and https://neovim.io/ , and it's not super necessary in the readme.
* docs(README): add Kotlin as a language which can use the API (#21567)Mahdi Hosseinzadeh2022-12-28
| | | Add Kotlin as a language which can use the API
* docs #20986Justin M. Keyes2022-12-11
| | | | | | - https://github.com/neovim/tree-sitter-vimdoc v1.2.4 eliminates most errors in pi_netrw.txt, so we can remove that workaround from ignore_parse_error(). - improved codeblock
* docs(news): mention 'splitkeep' #20744zeertzjq2022-10-20
|
* docs: "supported platforms" matrix #19615dundargoc2022-10-16
| | | | | | Inspired by libuv's own SUPPORTED_PLATFORMS.md: https://github.com/libuv/libuv/blob/v1.x/ https://neovim.io/doc/user/support.html
* docs(news): add news.txt and link from README (#20426)Christian Clason2022-10-08
|
* docs: removed outdated coverage linkMoritzSchittenhelm2022-09-09
| | | | | Coverage jobs have not been re-added since switching from Travis to GHA, so the coverage information is severely outdated.
* build: rename build-related dirsJustin M. Keyes2022-06-28
| | | | | | | | | | | | | | Problem: Dirs "config", "packaging", and "third-party" are all closely related but this is not obvious from the layout. This adds friction for new contributors. Solution: - rename config/ to cmake.config/ - rename test/config/ to test/cmakeconfig/ because it is used in Lua tests: require('test.cmakeconfig.paths'). - rename packaging/ to cmake.packaging/ - rename third-party/ to cmake.deps/ (parallel with .deps/)
* docs: specify CMAKE_BUILD_TYPE=RelWithDebInfo in README (#18859)dundargoc2022-06-05
| | | | | | There have been complaints about the installation instructions being inconsistent around the build type e.g. https://github.com/neovim/neovim/issues/18670#issuecomment-1146468741. Use CMAKE_BUILD_TYPE for both examples in the README.
* feat(test): use nvim_exec in helpers.source() #16064Justin M. Keyes2022-03-27
| | | | | | | | helpers.source() was a hack to work around the lack of anonymous :source. Its "create tempfile" behavior is not a required part of most tests that use it. Some tests still need the old "create tempfile" behavior either because they test SID behavior, or because of missing nvim_exec features: #16071
* docs: fix fedora broken link in readmeRodolfo Olivieri2022-02-27
| | | | | | The link to the neovim fedorapackage.org in the README.md was broken. Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
* docs: .git-blame-ignore-revs #15510Justin M. Keyes2021-08-28
|
* docs: issue templatesJustin M. Keyes2021-08-22
|
* docs #15447Justin M. Keyes2021-08-21
| | | | | - update ":help 'hidden'" #15410 - update ":help K" #15398 - try to capture some of the debug steps from #12036 (bpftrace, USDT probes)
* doc/readme: mention void linux (#14969)w3bdev12021-07-03
|
* Update README.mdAaron Wu2021-05-19
|
* README.md: remove part of Install from source (#14368)erw72021-04-18
| | | | | | | | | | | | | The entry "To skip bundled (third-parth/*) dependencies:" contains inappropriate content. - Lack of description of lua-luv-dev. - Lack of description of libtree-sitter-dev. - Contains libutf8proc-dev, which is no longer needed. - The package libvterm-dev is out of date and probably unusable. Therefore, it is not possible to build according to this description. Also, there are only descriptions for Debian and Ubuntu. For these reasons, this item will be deleted.
* doc: Add link to Homebrew formula in README (#13782)Linda_pp2021-01-18
| | | | | | | | | The page is useful because it contains: How to install it Package information (e.g. current version) List of dependencies Analytics (how many people are using it)
* Remove Appveyor badgeJames McCoy2020-12-30
|
* GHA: Rename linux workflow to CIJames McCoy2020-11-24
|
* README: Replace Travis CI badge with GH Linux CIJames McCoy2020-11-13
|
* doc [ci skip]Justin M. Keyes2019-12-31
|
* snap: set "classic" confinement #11601Carlos Hernandez2019-12-24
|
* cmake: use LibFindMacros for utf8proc (#11114)Daniel Hahler2019-09-29
| | | Also update doc.
* doc [ci skip]Justin M. Keyes2019-04-08
| | | | - README.md: Removed waffle.io because that service is shutting down.
* doc [ci skip]Justin M. Keyes2019-03-26
| | | | closes #9719
* build/Makefile: check CMAKE_INSTALL_PREFIXJustin M. Keyes2019-02-16
| | | | closes #9615
* doc [ci skip] #9478Justin M. Keyes2019-01-26
| | | | | | | | | | | | - Lua - developer guidelines - MAINTAIN.md - TUI: cleanup - TUI: mention Windows terminfo builtins - cleanup if_pyth, redirect python-bindeval tag Helped-by: Björn Linse <bjorn.linse@gmail.com> Helped-by: erw7 <erw7.github@gmail.com>
* Remove support for using jemalloc instead of the system allocatorJames McCoy2019-01-19
| | | | | | There was never any investigation done to determine whether using jemalloc was actually a net benefit for nvim. It has been a portability limitation and adds another factor to consider when triaging issues.
* docJustin M. Keyes2018-12-30
| | | | - CMake features
* doc (#9288)Justin M. Keyes2018-12-09
| | | | | - misc - doc: `:help config`. closes #9329 - cleanup test/README.md
* build: dependencies: specify minimum versionsJustin M. Keyes2018-11-04
|
* doc: README.md (#9176)TJ Rana2018-10-31
|
* build: Unify USE_BUNDLED, USE_BUNDLED_DEPS (#9046)Justin M. Keyes2018-09-24
| | | It's confusing that the Makefile uses a different name than CMake.
* doc: README: "Transitioning from Vim" note (#8763)Nathan Long2018-07-23
|
* doc: job/channel, misc #7783Justin M. Keyes2018-06-11
| | | | | | | | | | | doc: termios defaults. ref #6992 doc: :help shell-powershell doc: provider: Python minimum version is 2.7, 3.4 doc: remove :!start special-case. #5844 doc: mention #7917 change which accepts empty Array for Dictionary parameter doc: <Cmd> pseudokey doc: lmap change #5658 doc: -s, -es
* Point README to fullhtml PVS report rather then error listNikolai Aleksandrovich Pavlov2018-05-01
| | | [ci skip]
* build: avoid CMP0046 "dependency target does not exist" #8128Justin M. Keyes2018-03-18
|
* docJustin M. Keyes2017-12-10
| | | | closes #7622
* docJustin M. Keyes2017-11-06
|