Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-04 | Merge 'upstream/master' Add hints for new neovim users to learn how to learn. | Damjan 9000 | |
2024-02-03 | Fixes #607. Add hints for new neovim users to learn how to learn. (#615) | Chris Patti | |
2024-01-09 | Merge 'upstream/master' README.md: rename the duplicate "Introduction" to ↵ | Damjan 9000 | |
"Getting Started" | |||
2024-01-08 | README.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-03 | Merge 'upstream/master' Move video up on the README.md page | Damjan 9000 | |
2024-01-03 | Move 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-12-31 | fix: incorrect reference to init.lua in README.md | Vinit Neogi | |
2023-12-22 | README.md: removed some trailing spaces | Damjan 9000 | |
2023-12-22 | Minor changes to README to reflect the modular repo (#3) | Peter S. Jaglom | |
* 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. | |||
2023-12-01 | Merge 'upstream/master' (Use alias instead of a wrapper script) | Damjan 9000 | |
2023-11-30 | Use 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-30 | Merge remote-tracking branch 'upstream/master' (updated README.md) | Damjan 9000 | |
2023-11-30 | README.md: update install section formatting (#523) | Damjan 9000 | |
2023-11-29 | Update README.md (#520) | matt | |
2023-11-07 | Merge remote-tracking branch 'upstream/master' | Damjan 9000 | |
- Telescope live_grep on Git root - Update README.md: windows powershell | |||
2023-11-06 | Merge pull request #485 from n-a11s/patch-1 | Chris Patti | |
Differences in CMD and Powershell env variables. | |||
2023-11-03 | Update README.md - kickstart-modular fork | Damjan 9000 | |
2023-11-03 | Update README.md - remove single-file | Damjan 9000 | |
2023-11-03 | README.md: Added a FAQ: why is init.lua a single file | Damjan 9000 | |
2023-11-03 | Update README.md | n-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-28 | README.md: add a note about NVIM_APPNAME in the FAQ section | Damjan 9000 | |
2023-10-26 | Update README Post Installation steps | Damjan 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-07 | docs: fix misstype on README.md | Pedro Santayana | |
2023-09-30 | Fix git clone instruction - separate code blocks for Windows and UNIX. | Chris Patti | |
2023-09-13 | docs: remove archive installation | Luca Saccarola | |
2023-09-05 | docs: restructure README | Luca Saccarola | |
2023-08-19 | Fix typo in README.md | Erik | |
2023-07-20 | Remove fixed line number and describe line | Dennis-Rall | |
2023-07-20 | Add hint to uncomment line to autodetect plugins | Dennis-Rall | |
2023-07-07 | Merge pull request #357 from kdheepak/patch-1 | Chris Patti | |
Update README.md with a GitHub friendly video example | |||
2023-07-07 | correct typo | Andres Lowrie | |
Hey y'all 👋 I think there may have been a typo? | |||
2023-07-01 | docs: Update README.md 📚 | Dheepak Krishnamurthy | |
2023-05-30 | Update README.md | Pavel 'PK' Kaminsky | |
fix(docs): whoops missed another instance of `nvim-data` | |||
2023-05-29 | fix(docs): update windows path to a correct folder | Pavel 'PK' Kaminsky | |
2023-05-22 | refact: remove after/ reference in readme, other clean-up items | Gaurav Bhatnagar | |
2023-05-21 | Update README.md | Chris Patti | |
Fix for #314 - there's no -data at the end of the nvim dir. | |||
2023-04-26 | corrected git clone command | Sumanth Lingappa | |
2023-04-26 | Update README.md | Chris Patti | |
Tiny wording changes I requested from https://github.com/nvim-lua/kickstart.nvim/pull/283 | |||
2023-04-25 | ARG! | 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-25 | Update README.md | nPHYN1T3 | |
2023-04-25 | Hmmm | nPHYN1T3 | |
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-25 | Fixed Windows style path for home | nPHYN1T3 | |
2023-04-25 | Should fix the win paths | nPHYN1T3 | |
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-24 | Update README.md | nPHYN1T3 | |
2023-04-24 | Update README.md | nPHYN1T3 | |
2023-04-24 | Update README.md | nPHYN1T3 | |
2023-04-13 | Fix typo "documention" into "documentation" (#209) | Tsanko Tsanev | |
2023-04-13 | Correct command for neo-tree (#216) | Jon Earnshaw | |
2023-02-27 | Update 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-19 | docs: change telescope fzf native to lazy syntax (#185) | Folke Lemaitre | |