summaryrefslogtreecommitdiffstats
path: root/nvim/README.md
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix git clone instruction - separate code blocks for Windows and UNIX.Chris Patti2023-09-301-0/+4
|
* docs: remove archive installationLuca Saccarola2023-09-131-16/+9
|
* docs: restructure READMELuca Saccarola2023-09-051-29/+46
|
* Fix typo in README.mdErik2023-08-191-1/+1
|
* Remove fixed line number and describe lineDennis-Rall2023-07-201-1/+1
|
* Add hint to uncomment line to autodetect pluginsDennis-Rall2023-07-201-1/+1
|
* correct typoAndres Lowrie2023-07-071-1/+1
| | | | | | Hey y'all 👋 I think there may have been a typo?
* docs: Update README.md 📚Dheepak Krishnamurthy2023-07-011-0/+2
|
* Update README.mdPavel 'PK' Kaminsky2023-05-301-1/+1
| | | | fix(docs): whoops missed another instance of `nvim-data`
* fix(docs): update windows path to a correct folderPavel 'PK' Kaminsky2023-05-291-1/+1
|
* refact: remove after/ reference in readme, other clean-up itemsGaurav Bhatnagar2023-05-221-21/+21
|
* Update README.mdChris Patti2023-05-211-1/+1
| | | | Fix for #314 - there's no -data at the end of the nvim dir.
* corrected git clone commandSumanth Lingappa2023-04-261-1/+1
|
* Update README.mdChris Patti2023-04-261-1/+1
| | | | Tiny wording changes I requested from https://github.com/nvim-lua/kickstart.nvim/pull/283
* ARG!nPHYN1T32023-04-251-1/+1
| | | | | | My browser should not be caching yet github seems to fight some changes. I'm also still unable to see why the formatting (line height) differs between the Archive Install section and the Git Clone Install section. Hopefully this will at least save the correct changes to the Win stuff.
* Update README.mdnPHYN1T32023-04-251-1/+1
|
* HmmmnPHYN1T32023-04-251-3/+3
| | | | Tested on a win10VM for location and such because I remembered %appdata% should be a thing but it's the wrong location and the win MSI creates nvim-data rather than just nvim. Then I noticed my previous changes weren't all saved...so here I go again heh.
* Fixed Windows style path for homenPHYN1T32023-04-251-2/+2
|
* Should fix the win pathsnPHYN1T32023-04-251-2/+2
| | | | I fear adding bits like "Your paths may differ, these are just for reference." but the core behind the kickstart is getting "noobs" past big hurdles fast. This however means things need to be super spoon fed or basic things like not understanding relative paths and such might end up right where things started...ambiguous to some user instructions because they don't understand they need to know certain things because this is supposed to help them bypass knowing that for now...and the snake eats its tail. :)
* Update README.mdnPHYN1T32023-04-241-1/+1
|