summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-26Merge pull request #283 from nPHYN1T3/masterChris Patti
A bit of clarification
2023-04-26Merge pull request #287 from keiwanjamaly/masterChris Patti
Added disconnect emoji for nvim-dap-ui
2023-04-26Added disconnect emoji for nvim-dap-uiKeiwan Jamaly
2023-04-26Merge pull request #282 from liepieshov/masterChris Patti
setup a standard binding for searching git files using telescope
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-24Merge pull request #281 from SamPosh/dapui_toggleChris Patti
Dapui.toggle keymap is added
2023-04-24setup a standard binding for searching git files using telescopeliepieshov
2023-04-24Dapui.toggle is addedSamPosh
2023-04-13Fix typo "documention" into "documentation" (#209)Tsanko Tsanev
2023-04-13fix: move the Mason setup time forward from before (#210)KudoLayton
This commit fix the Mason [#1045](https://github.com/williamboman/mason.nvim/issues/1045) issue. Quickly set up Mason to avoid DAP-related startup error messages.
2023-04-13Correct command for neo-tree (#216)Jon Earnshaw
2023-04-13minor modifications on the issue template (#244)Antoine Stevan
* use real markdown headers for section titles * add a newline after the initial comment for readability * make hint indications comments
2023-04-12mason nvim dap 2.0 removed setup_handlers() (#258)Kai Windle
2023-04-12fix: use :TSInstall on build with nvim-treesitter (#261)Sebastian Lyng Johansen
2023-04-10Merge branch 'nvim-lua:master' into masterLuiz Antonio Calliari Filho
2023-04-07help treesitter module has been renamed to vimdoc in master (#248)Chris Patti
2023-03-12FIX: Updating command description.Luiz Antonio Calliari Filho
2023-03-07Merge branch 'nvim-lua:master' into masterLuiz Antonio Calliari Filho
2023-03-06Feat: Simplifying codeLuiz Antonio Calliari Filho
2023-02-27added descriptions to Diagnostic keymaps (#191)Philipp Szechenyi
* Update init.lua * Update init.lua
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-26Adding [+c and ]+c to move to diffs and leader+ph to show a pop up with the ↵Luiz Antonio Calliari Filho
preview diff value.
2023-02-19docs: change telescope fzf native to lazy syntax (#185)Folke Lemaitre
2023-02-17feat: Add clipboard sync by default (#166)Tudor
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
2023-01-01added vim to tree-sitter's ensured installed list (#110)willsmanic
please refer to https://github.com/nvim-treesitter/nvim-treesitter/issues/3092
2022-12-28Prevent multiple language servers from being spawned after every file save ↵amalgame21
of init.lua (#96) * Prevent multiple language servers from being spawned Prevent multiple language servers from being spawned after every save of init.lua, which eventually leads to high RAM usage and system freeze. * Supress error messages add `silent!` in case of error message when nvim-lspconfig is not installed
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-20remove python indent: closes #78TJ DeVries
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-19Update issue templates (#72)TJ DeVries
2022-12-19fix: don't check third party for Lua LSP (#57)Nicolas Gryman
* fix: don't check third party for Lua LSP Co-authored-by: Sean <44933921+seantwie03@users.noreply.github.com> Co-authored-by: TJ DeVries <devries.timothyj@gmail.com> Co-authored-by: Sean <44933921+seantwie03@users.noreply.github.com>
2022-12-19Fix error on Windows when space in install path (#64)Debashis Biswas
2022-12-19note: tell people to remove languages they arent going to useTJ DeVries
2022-12-17Closes #46TJ DeVries
2022-12-13small changes to default mappings (#41)TJ DeVries
2022-12-06fixup: add gitignore and styleTJ DeVries
2022-12-06enh(treesitter): add help into ensure_installed (#39)Maximiliano Greco
closes https://github.com/nvim-lua/kickstart.nvim/issues/38
2022-11-25add more explicit note about latest versions of nvimTJ DeVries