aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2024-03-02README.md: updated windows install instructions (#674)Damjan 9000
2024-02-26rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635)TJ DeVries
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 ------------------------------------------------------------------------------- ```
2024-02-03Fixes #607. Add hints for new neovim users to learn how to learn. (#615)Chris Patti
2024-01-08README.md: rename the duplicate "Introduction" to "Getting Started" (#572)Damjan 9000
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.
2024-01-03Move video up on the README.md page (#563)gitressa
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.
2023-11-30Use alias instead of a wrapper script (#524)Sudo
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
2023-11-30README.md: update install section formatting (#523)Damjan 9000
2023-11-29Update README.md (#520)matt
2023-11-06Merge pull request #485 from n-a11s/patch-1Chris Patti
Differences in CMD and Powershell env variables.
2023-11-03README.md: Added a FAQ: why is init.lua a single fileDamjan 9000
2023-11-03Update README.mdn-a11s
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.
2023-10-28README.md: add a note about NVIM_APPNAME in the FAQ sectionDamjan 9000
2023-10-26Update README Post Installation stepsDamjan 9000
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.
2023-10-07docs: fix misstype on README.mdPedro Santayana
2023-09-30Fix git clone instruction - separate code blocks for Windows and UNIX.Chris Patti
2023-09-13docs: remove archive installationLuca Saccarola
2023-09-05docs: restructure READMELuca Saccarola
2023-08-19Fix typo in README.mdErik
2023-07-20Remove fixed line number and describe lineDennis-Rall
2023-07-20Add hint to uncomment line to autodetect pluginsDennis-Rall
2023-07-07Merge pull request #357 from kdheepak/patch-1Chris Patti
Update README.md with a GitHub friendly video example
2023-07-07correct typoAndres Lowrie
Hey y'all 👋 I think there may have been a typo?
2023-07-01docs: Update README.md 📚Dheepak Krishnamurthy
2023-05-30Update README.mdPavel 'PK' Kaminsky
fix(docs): whoops missed another instance of `nvim-data`
2023-05-29fix(docs): update windows path to a correct folderPavel 'PK' Kaminsky
2023-05-22refact: remove after/ reference in readme, other clean-up itemsGaurav Bhatnagar
2023-05-21Update README.mdChris Patti
Fix for #314 - there's no -data at the end of the nvim dir.
2023-04-26corrected git clone commandSumanth Lingappa
2023-04-26Update README.mdChris Patti
Tiny wording changes I requested from https://github.com/nvim-lua/kickstart.nvim/pull/283
2023-04-25ARG!nPHYN1T3
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.
2023-04-25Update README.mdnPHYN1T3
2023-04-25HmmmnPHYN1T3
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.
2023-04-25Fixed Windows style path for homenPHYN1T3
2023-04-25Should fix the win pathsnPHYN1T3
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. :)
2023-04-24Update README.mdnPHYN1T3
2023-04-24Update README.mdnPHYN1T3
2023-04-24Update README.mdnPHYN1T3
2023-04-13Fix typo "documention" into "documentation" (#209)Tsanko Tsanev
2023-04-13Correct command for neo-tree (#216)Jon Earnshaw
2023-02-27Update instructions for neo-tree set up (#200)Lucian Boaca
For me, setting this variable in the config function didn't work. Putting it outside the return block did the trick.
2023-02-19docs: change telescope fzf native to lazy syntax (#185)Folke Lemaitre
2023-02-17feat: move to lazy.nvim package manager and add first plugins (#178)TJ DeVries
Closes #175 Closes #177 Closes #173 Closes #169 Closes #161 Closes #144 Closes #138 Fixes #136 Closes #137 Closes #131 Closes #117 Closes #130 Closes #115 Closes #86 Closes #105 Closes #70 Fixes #176 Fixes #174 Fixes #160 Fixes #158
2023-01-11Add windows init lua location (#121)Sean
* feat: add init.lua location fir Windows * feat: more specific number of lines
2022-12-22Adding cmake documentation to README.md (#85)kazenix
2022-12-20move server config to easy to extend style (#71)TJ DeVries
Move servers to new configuration style. I will probably cover this in a new shorter video, or maybe in combination with something else. This should hopefully remove getting so many people making issues about LSPs that they don't want to. I can update documentation if what is happening is not clear.
2022-12-20Update intstructions for existing nvim setups (#65)Matthias Debernardini
* Update intstructions for existing nvim setups If you already had a nvim setup, then this makes it so that the kickstarter can work without a problem. Having that file exist and loaded with plugins gives the script many issues. Also better to have it be a shell command rather than have the script delete a bunch of files on your computer.
2022-12-19note: tell people to remove languages they arent going to useTJ DeVries
2022-11-25add more explicit note about latest versions of nvimTJ DeVries
2022-11-25Update the amount of SLOC in README (#35)Fabio
Looks like the project has grown a tad bit :sweat
2022-11-21Add optional packer plugins hook (#20)Elijah Manor
* Add optional packer plugins hook * Provide help in README and simplify module * Fix spelling and tweak verbiage about after/plugin