aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* 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
|
* doc: debian badgeJustin M. Keyes2017-10-27
|
* docJustin M. Keyes2017-08-18
|
* ci: Switch to codecov.io for coverage dataJames McCoy2017-08-14
| | | | | Continue uploading to coveralls, for now, so we can compare the services.
* doc: README.md (#6839)Jonas Stein2017-06-02
|
* docJustin M. Keyes2017-05-21
|
* doc: README.md: PVS-studio badge (#6637)Nikolai Aleksandrovich Pavlov2017-05-03
|
* ci: Do not hide ci directory (#6410)Nikolai Aleksandrovich Pavlov2017-03-31
|
* doc: eval.txt fixup, README.mdJustin M. Keyes2017-03-13
|
* doc: README.mdJustin M. Keyes2017-02-17
|
* doc: README.mdJustin M. Keyes2017-02-17
|
* doc: README.md: update appveyor URLJustin M. Keyes2016-12-11
|
* docJustin M. Keyes2016-10-13
| | | yuck
* docJustin M. Keyes2016-10-12
|
* docJustin M. Keyes2016-08-10
|
* doc: precision, concision, elisionJustin M. Keyes2016-06-03
| | | | | | | | Single point of truth (SPOT): Do not sprinkle "contributing" guidelines across various resources; CONTRIBUTING.md is the authority. DRY: Do not repeat guidelines in CONTRIBUTING.md which are covered by ISSUE_TEMPLATE.md
* Update README.mdJustin M. Keyes2015-10-30
|
* doc: Remove CLA requirement.Justin M. Keyes2015-10-27
| | | | Closes #3036
* README.md: VariousMichael Reed2015-07-05
| | | | | `:h nvim_terminal_emulator.txt` is much more comprehensive than `:h :terminal`, so link to it instead.
* README: Add AppVeyor badge. #2691Florian Walch2015-05-18
|
* Update README.mdJustin M. Keyes2015-04-26
|
* Change neovim.org references to neovim.ioThiago de Arruda2015-04-19
|
* README.md: Link to neovim.org/Community #2167Michael Reed2015-04-09
| | | | [ci skip]
* README.md: Avoid redirect in wiki linkMichael Reed2015-04-02
|
* README: Do not call translator transpilerNikolai Aleksandrovich Pavlov2015-03-20
| | | Never liked this term and never saw it in any dictionaries.
* Put gitter badge near other badgesThiago de Arruda2015-03-16
|
* Added Gitter badgeThe Gitter Badger2015-03-16
|
* Change refs for joyent/libuv repo to libuv/libuvStanley Chan2014-11-27
| | | | | | | | * References to old repository found through grepping * Replace references from github.com/joyent/libuv to github.com/libuv/libuv * Fix previous commit by not including whitespace changes For issue #1560.