summaryrefslogtreecommitdiffstats
path: root/nvim/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Update windows installation commandjaho52025-05-181-7/+12
|
* README: mention fd-find in requirements (#1477)Damjan 90002025-05-101-1/+2
| | | | Fixes #1476
* fix: use correct github abmonition syntax (#1414)Luca Saccarola2025-03-201-4/+5
|
* Add a blurb about installing missing emoji on UbuntuChris Patti2025-02-161-0/+1
| | | | Right next to the nerdfonts blurb as requested.
* chore(docs): Update README.md (#1344)Ryan Nevius2025-02-141-6/+6
| | | | Neovim has renamed the "linux64" binary to "linux-x86_64".
* chore: add pre-issue requirements (#1288)Ihsan Tonuzi2024-12-291-1/+6
| | | | | | | | | | * chore: add pre-issue requirements Based on #1285 * docs: add header about documentation Based on #1285
* Fix README.md grammar and typos (#1291)George2024-12-291-7/+7
|
* fix: update lazy uninstall information link (#1148)Bastien Traverse2024-09-241-1/+1
|
* Fix: updated the windows installation commands (#1101)Harshit Pant2024-08-251-2/+2
| | | | | | | | * Update README.md * Update README.md * Fix: updated the windows installation commands
* Add note in README about lazy-lock.json (#1090)Matt Gallagher2024-08-221-0/+4
|
* Update README.md (#1091)theoboldalex2024-08-221-2/+2
|
* Update README.md | %userprofile%\appdata\local -> %localappdata% (#963)Artyom2024-07-211-4/+4
| | | | - Replace `%userprofile%\AppData\Local\nvim\` and `$env:USERPROFILE\AppData\Local\nvim` to `%localappdata%\nvim` and `$env:LOCALAPPDATA\nvim respectfully`
* README: add clipboard tool dependency (#886)Damjan 90002024-04-271-3/+4
| | | | | | | | | | Fixes: #884 Neovim requires an external tool for proper system clipboard integration. Some systems install this already by default: - on Fedora xsel is already installed by default - on Windows using the choko install the win32yank is alredy installed This is not installed by default on ubuntu or debian so adding that to the dependencies list and to the install instructions snippets.
* Update README.md (#875)Adolfo Gante2024-04-221-1/+1
| | | | | | Line 102. Placed 'also' before the 'includes'. "That includes also examples of adding popularly requested plugins." ---> "That also includes examples of adding popularly requested plugins."
* Minor improvements of debian install instructions. Fixes #859 (#869)Damjan 90002024-04-201-2/+4
|
* Update README.md (#860)Evan Carroll2024-04-201-3/+8
| | | | Attempted fix for #859, provide reasonable Debian install instructions -- comment on GitHub issue with refinement.
* Move plugin examples from README to optional plugin files (#831)Damjan 90002024-04-171-63/+2
| | | | | | * Move autopairs example from README to an optional plugin * Move neo-tree example from README to an optional plugin
* Arch, btw (#852)rdvm2024-04-161-1/+8
| | | | | | | | * Arch, btw * Add unzip * Add unzip for Fedora and --needed arg for Arch
* Update README (#832)Viet2024-04-081-1/+1
|
* README: move backup and paths from external deps to install section (#819)Damjan 90002024-04-011-7/+5
|
* Add instructions to quit :lazy. Fixes #761Chris Patti2024-03-271-1/+1
|
* README: wrap long lines (#784)Damjan 90002024-03-211-8/+24
|
* Update README.md (#781)E2024-03-201-13/+14
| | | | | | The recommended step of forking the repo coming sequentially after the step instructing users to clone the current repo doesn't make sense. This commit orders the install instructions in a manner that's more logical.
* README: additional install recipes for various OS (#767)Damjan 90002024-03-171-4/+49
|
* Update README.md (#763)stgpepper2024-03-151-0/+2
| | | | Added file text to code block for consistency since the other plugin had file also inside code block.
* README.md: update neo-tree example - remove legacy setting (#744)Damjan 90002024-03-111-3/+0
|
* Fix typos and whatnot (#731)Nora Ayesha2024-03-081-12/+12
|
* Make the Nerd Font an optional requirement (#716)Damjan 90002024-03-061-0/+2
|
* chore: link new installation youtube video (#678)Chiller Dragon2024-03-041-3/+1
|
* chore: remove trailing spaces from readme (#679)Chiller Dragon2024-03-041-15/+8
|
* fix: add note in readme for custom pluginsTJ DeVries2024-03-031-0/+2
|
* README.md: updated windows install instructions (#674)Damjan 90002024-03-021-0/+22
|
* README.md: minor update to the modular fork noteDamjan 90002024-02-261-6/+11
|
* rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635)TJ DeVries2024-02-261-115/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | We've removed over 1/3 of the code that was in kickstart previously, and more than doubled the amount of comments explaining every line of code (to the best of my ability). kickstart now properly uses many of the lazy.nvim config and loading idioms, which should be really helpful for people moving both to modular configs, as well as extending the kickstart config in one file. Additional features: - Beautiful ascii art - Added some documentation that explains what is an LSP, what is telescope, etc - There is now a `:checkhealth` for kickstart, which checks some basic information and adds useful information for maintainers (for people cloning the repo). - Improved LSP configuration and tool installation, for easier first time startup - Changed init.lua ordering, so that it moves from simple options to complicated config ``` ------------------------------------------------------------------------------- Language files blank comment code ------------------------------------------------------------------------------- Lua 1 108 404 298 ------------------------------------------------------------------------------- ```
* Fixes #607. Add hints for new neovim users to learn how to learn. (#615)Chris Patti2024-02-031-0/+52
|
* README.md: rename the duplicate "Introduction" to "Getting Started" (#572)Damjan 90002024-01-081-2/+2
| | | | | | | Changing this second "Introduction" heading to "Getting Started" The recent change in README which moved the youtube link from FAQ to it's own section used the heading "Introduction" which is already the first heading in the file.
* Move video up on the README.md page (#563)gitressa2024-01-031-3/+4
| | | | | | To help new users get started, how about moving the video link ("Effective Neovim: Instant IDE ") right after "Post Installation"? This way new users, can install it, and right away proceed to learn how to use it.
* fix: incorrect reference to init.lua in README.mdVinit Neogi2023-12-311-1/+1
|
* README.md: removed some trailing spacesDamjan 90002023-12-221-3/+3
|
* Minor changes to README to reflect the modular repo (#3)Peter S. Jaglom2023-12-221-7/+8
| | | | | | | | | | * Update README to reflect modular organization - Change install links to this repo instead of nvim-lua/kickstart.nvim - Change “Recommended Steps” repo link to reflect kickstart-modular.nvim.git - Change FAQ re: multiple files to reflect that we are in the modular repo, not the single file repo.
* Use alias instead of a wrapper script (#524)Sudo2023-11-301-4/+3
| | | | It is much easier to stick an alias statement in `~/.{z,ba}shrc` than create a script, invoke another instance of interpreter and then run neovim
* README.md: update install section formatting (#523)Damjan 90002023-11-301-4/+3
|
* Update README.md (#520)matt2023-11-291-3/+3
|
* Update README.md - kickstart-modular forkDamjan 90002023-11-031-1/+3
|
* Update README.md - remove single-fileDamjan 90002023-11-031-1/+0
|
* README.md: Added a FAQ: why is init.lua a single fileDamjan 90002023-11-031-0/+10
|
* Update README.mdn-a11s2023-11-031-2/+9
| | | | | | | Added information on where to install if you use Powershell in windows. Since CMD and Powershell work differently. `%userprofile%` only works for the CMD application. `$env:USERPROFILE` works in Powershell.
* README.md: add a note about NVIM_APPNAME in the FAQ sectionDamjan 90002023-10-281-0/+7
|
* Update README Post Installation stepsDamjan 90002023-10-261-1/+9
| | | | | | | Change the recommendation to just run nvim normally instead of the headless mode for the first run. This will show Lazy UI updating the plugins which would match what the video show and may be easier to understand what is going on thant the silent headless run.
* docs: fix misstype on README.mdPedro Santayana2023-10-071-1/+1
|