summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update README.mdChris Patti2023-05-211-1/+1
| | | | Fix for #314 - there's no -data at the end of the nvim dir.
* refact: styluaGaurav Bhatnagar2023-05-161-12/+12
|
* Udated tree sitter to use latest release branchdec2023-05-081-12/+18
|
* add local jumping to shift tabGaurav Bhatnagar2023-05-071-1/+1
|
* change luasnip tab jumping to locally jumpableGaurav Bhatnagar2023-05-071-1/+1
|
* Added friendly snippet supportSamPosh2023-05-021-2/+2
|
* Add <C-n>, <C-p> mappings to nvim-cmp setupVictor Wallsten2023-04-271-0/+2
|
* 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
* Added disconnect emoji for nvim-dap-uiKeiwan Jamaly2023-04-261-0/+1
|
* 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
|
* setup a standard binding for searching git files using telescopeliepieshov2023-04-241-0/+1
|
* Dapui.toggle is addedSamPosh2023-04-241-1/+3
|
* Fix typo "documention" into "documentation" (#209)Tsanko Tsanev2023-04-131-1/+1
|
* fix: move the Mason setup time forward from before (#210)KudoLayton2023-04-131-4/+1
| | | | 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.
* Correct command for neo-tree (#216)Jon Earnshaw2023-04-131-1/+1
|
* minor modifications on the issue template (#244)Antoine Stevan2023-04-131-7/+9
| | | | | | | | * use real markdown headers for section titles * add a newline after the initial comment for readability * make hint indications comments
* mason nvim dap 2.0 removed setup_handlers() (#258)Kai Windle2023-04-121-6/+4
|
* fix: use :TSInstall on build with nvim-treesitter (#261)Sebastian Lyng Johansen2023-04-121-3/+1
|
* help treesitter module has been renamed to vimdoc in master (#248)Chris Patti2023-04-071-1/+1
|
* FIX: Updating command description.Luiz Antonio Calliari Filho2023-03-121-2/+2
|
* Feat: Simplifying codeLuiz Antonio Calliari Filho2023-03-061-11/+3
|
* added descriptions to Diagnostic keymaps (#191)Philipp Szechenyi2023-02-271-4/+4
| | | | | | * Update init.lua * Update init.lua
* 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.
* Adding [+c and ]+c to move to diffs and leader+ph to show a pop up with the ↵Luiz Antonio Calliari Filho2023-02-261-0/+13
| | | | preview diff value.
* docs: change telescope fzf native to lazy syntax (#185)Folke Lemaitre2023-02-191-1/+1
|
* feat: Add clipboard sync by default (#166)Tudor2023-02-171-0/+5
|
* feat: move to lazy.nvim package manager and add first plugins (#178)TJ DeVries2023-02-179-190/+457
| | | | | | | | | | | | | | | | | | | | | | | 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
* added vim to tree-sitter's ensured installed list (#110)willsmanic2023-01-011-1/+1
| | | | please refer to https://github.com/nvim-treesitter/nvim-treesitter/issues/3092
* Prevent multiple language servers from being spawned after every file save ↵amalgame212022-12-281-1/+1
| | | | | | | | | | | | 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
* Adding cmake documentation to README.md (#85)kazenix2022-12-221-0/+14
|
* move server config to easy to extend style (#71)TJ DeVries2022-12-203-54/+48
| | | | | | | | | 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.
* remove python indent: closes #78TJ DeVries2022-12-201-2/+2
|
* 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.
* Update issue templates (#72)TJ DeVries2022-12-191-0/+26
|
* fix: don't check third party for Lua LSP (#57)Nicolas Gryman2022-12-191-1/+4
| | | | | | | | * 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>
* Fix error on Windows when space in install path (#64)Debashis Biswas2022-12-191-1/+1
|
* note: tell people to remove languages they arent going to useTJ DeVries2022-12-191-0/+2
|
* Closes #46TJ DeVries2022-12-171-1/+1
|
* small changes to default mappings (#41)TJ DeVries2022-12-131-3/+3
|
* fixup: add gitignore and styleTJ DeVries2022-12-062-2/+6
|
* enh(treesitter): add help into ensure_installed (#39)Maximiliano Greco2022-12-061-1/+1
| | | | closes https://github.com/nvim-lua/kickstart.nvim/issues/38