summaryrefslogtreecommitdiffstats
path: root/nvim/README.md
Commit message (Collapse)AuthorAgeFilesLines
* 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