summaryrefslogtreecommitdiffstats
path: root/nvim/README.md
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Update README.mdnPHYN1T32023-04-241-9/+13
|
* Update README.mdnPHYN1T32023-04-241-2/+15
|
* Fix typo "documention" into "documentation" (#209)Tsanko Tsanev2023-04-131-1/+1
|
* Correct command for neo-tree (#216)Jon Earnshaw2023-04-131-1/+1
|
* Update instructions for neo-tree set up (#200)Lucian Boaca2023-02-271-3/+3
| | | | For me, setting this variable in the config function didn't work. Putting it outside the return block did the trick.
* docs: change telescope fzf native to lazy syntax (#185)Folke Lemaitre2023-02-191-1/+1
|
* feat: move to lazy.nvim package manager and add first plugins (#178)TJ DeVries2023-02-171-34/+80
| | | | | | | | | | | | | | | | | | | | | | | 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
* Add windows init lua location (#121)Sean2023-01-111-2/+2
| | | | | | * feat: add init.lua location fir Windows * feat: more specific number of lines
* Adding cmake documentation to README.md (#85)kazenix2022-12-221-0/+14
|
* move server config to easy to extend style (#71)TJ DeVries2022-12-201-2/+3
| | | | | | | | | 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.
* Update intstructions for existing nvim setups (#65)Matthias Debernardini2022-12-201-0/+7
| | | | | | | | * 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.
* note: tell people to remove languages they arent going to useTJ DeVries2022-12-191-0/+2
|
* add more explicit note about latest versions of nvimTJ DeVries2022-11-251-1/+1
|
* Update the amount of SLOC in README (#35)Fabio2022-11-251-1/+1
| | | | Looks like the project has grown a tad bit :sweat
* Add optional packer plugins hook (#20)Elijah Manor2022-11-211-0/+31
| | | | | | | | * Add optional packer plugins hook * Provide help in README and simplify module * Fix spelling and tweak verbiage about after/plugin
* Update README.mdC.D. MacEachern2022-11-181-5/+6
| | | | Use links to tagged releases rather than hardcoding 0.x and having to change it every few months. Fix markdownlint errors and some spelling, like using the official 'Neovim', not 'neovim'.
* Remove reference to wiki that doesn't existHeath Nail2022-07-121-2/+0
| | | | Closes #3
* init: kickstart.nvimTJ DeVries2022-06-231-0/+30